From 5ab172ed1ca29f9d6910703d9bf7d9f871ff6c71 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Sun, 3 Sep 2023 21:10:16 +0200 Subject: [PATCH] [denon] Extend denonmarantz binding to include Denon DRA-100 sources (#15539) Signed-off-by: Przemo Firszt --- bundles/org.openhab.binding.denonmarantz/README.md | 1 + .../src/main/resources/OH-INF/i18n/denonmarantz.properties | 6 ++++++ .../src/main/resources/OH-INF/thing/thing-types.xml | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/bundles/org.openhab.binding.denonmarantz/README.md b/bundles/org.openhab.binding.denonmarantz/README.md index e814b750a..3c14c0e6f 100644 --- a/bundles/org.openhab.binding.denonmarantz/README.md +++ b/bundles/org.openhab.binding.denonmarantz/README.md @@ -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) diff --git a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties index 9e68bf5f7..69f0d70cd 100644 --- a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties +++ b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties @@ -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 diff --git a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml index 0248ebc9a..7e9e72f04 100644 --- a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml @@ -197,6 +197,12 @@ + + + + + +