@@ -12,12 +12,6 @@ reports for your own devices.
|
||||
HEOS_HOST = "192.168.0.10"
|
||||
HEOS_PORT = 1255
|
||||
|
||||
# The AVR's classic Denon Telnet control port. Completely separate from
|
||||
# HEOS, and the only place your *renamed* input list actually lives --
|
||||
# HEOS itself only knows a fixed set of generic input identifiers.
|
||||
AVR_HOST = "192.168.0.10"
|
||||
AVR_PORT = 23
|
||||
|
||||
# Port the panel itself listens on.
|
||||
WEB_PORT = 5443
|
||||
|
||||
@@ -59,10 +53,10 @@ ROOM_KEYS = ["home400", "living_room_group"]
|
||||
# this rather than adding it, so at 5 a level of 23 goes to 25, not 28.
|
||||
VOLUME_STEP = 5
|
||||
|
||||
# Sources you deleted in the AVR's setup menu are hidden from the picker
|
||||
# automatically. This narrows it further to the ones you actually use, by
|
||||
# their SI code (see GET /api/avr/inputs), and sets their order in the
|
||||
# list. Empty = every source the AVR still has switched on.
|
||||
# Narrows the AVR's input picker to the sources you actually use, by their
|
||||
# HEOS input id (see GET /api/avr/inputs for the exact strings, e.g.
|
||||
# "inputs/aux_in_1"), and sets their order in the list. Empty = every
|
||||
# source HEOS reports for it.
|
||||
AVR_INPUT_CODES = []
|
||||
|
||||
# Shown as the app's name on the iOS home screen.
|
||||
|
||||
Reference in New Issue
Block a user