Skip to content

Commit

Permalink
Update documentation with HDMI OUT related info/thoughts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Jul 22, 2024
1 parent 5824ae2 commit e5c014f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ A better version would be nice.
* Register for specific updates (next to all?)
* Would still need a raw callback

### Other

Now all zones are the same, which is true for most things, but there are some things like @MAIN:HDMIOUT I have only seen on MAIN and does not seem to make much sense on ZONE2 or others. Maybe it would be good to not have them all the same by default? Could save some initialization time... But on the other hand could result in missing features on a Zone because not encountered yet. Now it just-works.
10 changes: 8 additions & 2 deletions docs/PRACTICALITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,15 @@ There seem to be 2 methods of controlling HDMIOUT status

### MAIN:HDMIOUT

This seems to be how older receivers work like RX-A810.
This seems to be how older receivers work like RX-A810 or RX-V671

MAIN:HDMIOUT is an enum which can have values depending on the amount of HDMI outputs.

RX-V671 has 1 HDMI output and supports values Off and OUT
RX-A810 has 2 HDMI outputs and supports values Off, OUT1, OUT2 and OUT1 + 2.

I have only seen it for the MAIN zone, but in theory it might also apply to others?

MAIN:HDMIOUT is an enum which can have values Off, OUT1, OUT2 and OUT1 + 2. I have only seen it for the MAIN zone, but in theory it could also apply to others

### SYS:HDMIOUT#

Expand Down

0 comments on commit e5c014f

Please sign in to comment.