miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

Fix hdmi-audio-out command routing errors #120

Closed johnpdowling closed 3 years ago

johnpdowling commented 4 years ago

There's a repeat definition of hdmi-audio-out in eiscp-commands.yaml that cascades into commands.py being generated that will only send the (sub) variant of hdmi-audio-out HAS and no command will route to the main variant HAO.

This request has hand-edits of both eiscp-commands.yaml and commands.py to separate the main and sub variants of hdmi-audio-out to allow for commands to control either audio route, if supported.