[denon] Extend denonmarantz binding to include Denon DRA-100 sources (#15539)

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Kai Kreuzer 2023-09-03 21:10:16 +02:00 committed by GitHub
parent 8949d0d7b1
commit 5ab172ed1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View File

@ -122,3 +122,4 @@ These resources can be useful to learn what to send using the `command`channel:
- [AVR-X4000](https://usa.denon.com/us/product/hometheater/receivers/avrx4000?docname=AVRX4000_PROTOCOL(10%203%200)_V03.pdf)
- [AVR-3311CI/AVR-3311/AVR-991](https://www.awe-europe.com/documents/Control%20Docs/Denon/Archive/AVR3311CI_AVR3311_991_PROTOCOL_V7.1.0.pdf)
- [Denon/Marantz Control Protocol](https://assets.eu.denon.com/DocumentMaster/DE/AVR1713_AVR1613_PROTOCOL_V8.6.0.pdf)
- [Denon DRA-100 Control Protocol](https://assets.denon.com/DocumentMaster/RU/DRA-100_PROTOCOL_Ver100.pdf)

View File

@ -94,6 +94,12 @@ channel-type.denonmarantz.input.state.option.IPD = IPD
channel-type.denonmarantz.input.state.option.IRP = IRP
channel-type.denonmarantz.input.state.option.FVP = FVP
channel-type.denonmarantz.input.state.option.OTP = OTP
channel-type.denonmarantz.input.state.option.DIGITALIN1 = DIGITALIN1
channel-type.denonmarantz.input.state.option.DIGITALIN2 = DIGITALIN2
channel-type.denonmarantz.input.state.option.ANALOGIN = ANALOGIN
channel-type.denonmarantz.input.state.option.ANALOGIN2 = ANALOGIN2
channel-type.denonmarantz.input.state.option.BLUETOOTH = BLUETOOTH
channel-type.denonmarantz.input.state.option.COAXIAL = COAXIAL
channel-type.denonmarantz.mainPower.label = Power
channel-type.denonmarantz.mainPower.description = Power ON/OFF the AVR
channel-type.denonmarantz.mute.label = Mute

View File

@ -197,6 +197,12 @@
<option value="IRP">IRP</option>
<option value="FVP">FVP</option>
<option value="OTP">OTP</option>
<option value="BLUETOOTH">BLUETOOTH</option>
<option value="COAXIAL">COAXIAL</option>
<option value="DIGITALIN1">DIGITALIN1</option>
<option value="DIGITALIN2">DIGITALIN2</option>
<option value="ANALOGIN">ANALOGIN</option>
<option value="ANALOGIN2">ANALOGIN2</option>
</options>
</state>
</channel-type>