]> git.basschouten.com Git - openhab-addons.git/commit
[openwebnet] Add support for Dry Contact and IR interfaces for WHO=25 (#11747)
authorM Valla <12682715+mvalla@users.noreply.github.com>
Sun, 12 Dec 2021 12:58:27 +0000 (13:58 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 12:58:27 +0000 (13:58 +0100)
commitaba67bcfd8bbe74e19b1815a0f885c38a5890461
treeaf6640c828d30ff6af24a07933e7d2da1fedf5a3
parent67f7de14033411faa4433cf602227b91f0e549b4
[openwebnet] Add support for Dry Contact and IR interfaces for WHO=25 (#11747)

* [openwebnet] updated where parameter labels

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] added support for DryContact/IR interfaces

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] updated README

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
* [openwebnet] checkstyle

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
bundles/org.openhab.binding.openwebnet/README.md
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/OpenWebNetBindingConstants.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/discovery/OpenWebNetDeviceDiscoveryService.java
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetScenarioHandler.java
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENPlusScenarioControl.xml
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusCENScenarioControl.xml
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusDryContactIR.xml [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/GenericDevice.xml
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.openwebnet/src/test/java/org/openhab/binding/openwebnet/internal/handler/OwnIdTest.java