]> git.basschouten.com Git - openhab-addons.git/commit
[openwebnet] Add support for sending Auxiliary (AUX) commands/messages to the bus...
authorGiovanni Fabiani <fabiani.giovanni@gmail.com>
Sun, 8 May 2022 19:02:42 +0000 (21:02 +0200)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 19:02:42 +0000 (21:02 +0200)
commit888f9621167d8862d594197f343bf18c2e90eb7f
tree84f339068377deedaf91b9ba899c4519130222ee
parent553fcfa3b4b749fbc178ba986a63e5adc12f1316
[openwebnet] Add support for  sending Auxiliary (AUX) commands/messages to the bus (WHO=9) (#12468)

Signed-off-by: Giovanni Fabiani <fabiani.giovanni@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/OpenWebNetHandlerFactory.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/OpenWebNetAuxiliaryHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/handler/OpenWebNetBridgeHandler.java
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/BusAux.xml [new file with mode: 0644]
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