From 2e7916683c6b8c095a4b458c5ef31f272d1f1765 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Sun, 9 Apr 2023 14:59:10 +0100 Subject: [PATCH] Extend denonmarantz binding to include Denon DRA-100 Sources 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 e814b750af..3c14c0e6fc 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 39a3a66420..3b06afe9d2 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 51bf60a87e..2b97459c1c 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 @@ -195,6 +195,12 @@ + + + + + + -- 2.41.0