From e5c014fc20ee1a4a5b0b2a1ada858cd31146552e Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Mon, 22 Jul 2024 21:47:45 +0200 Subject: [PATCH] Update documentation with HDMI OUT related info/thoughts --- docs/DESIGN.md | 3 +++ docs/PRACTICALITIES.md | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 19054de..e07cef6 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -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. diff --git a/docs/PRACTICALITIES.md b/docs/PRACTICALITIES.md index 1970edd..28a295b 100644 --- a/docs/PRACTICALITIES.md +++ b/docs/PRACTICALITIES.md @@ -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#