fix AVR input swap
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-15 17:20:24 +02:00
parent dc7f09052d
commit 6a0f1fa5e8
13 changed files with 272 additions and 410 deletions
+10
View File
@@ -133,3 +133,13 @@ class DemoController:
def play_heos_input(self, key, input_id, source_key=None):
return None
# -- the AVR: app.py calls these directly, same as the real Controller
def avr_inputs(self):
return self.avr.inputs()
def avr_current_input(self):
return self.avr.current_input()
def avr_select_input(self, code):
return self.avr.select_input(code)