]> git.basschouten.com Git - openhab-addons.git/commitdiff
[denon] Extend denonmarantz binding to include Denon DRA-100 sources (#15539)
authorKai Kreuzer <kai@openhab.org>
Sun, 3 Sep 2023 19:10:16 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Sep 2023 19:10:16 +0000 (21:10 +0200)
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
bundles/org.openhab.binding.denonmarantz/README.md
bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties
bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml

index e814b750af97188301b6707698f689d90c11e7d5..3c14c0e6fc88dd7975ac6a98e828b92c95468c3e 100644 (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)
index 9e68bf5f75ecd1df8e441c38b0c18b3f4a058ad7..69f0d70cdee254203a22eb9e7889eae54a407ec3 100644 (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
index 0248ebc9a6c62202a5348e596845983221c5dc04..7e9e72f0450919f6b19cac903dd63318e25be6c5 100644 (file)
                                <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>