]> git.basschouten.com Git - openhab-addons.git/commit
[somfytahoma] Added support for the Hitachi Yutaki devices (#12302)
authorOndrej Pecta <opecta@gmail.com>
Wed, 23 Feb 2022 07:45:14 +0000 (08:45 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 07:45:14 +0000 (08:45 +0100)
commit957b69277d358a50ad290fb91a7af391023ad20e
treeb8c585aa6668f4d2158511ed8efb5c8c996c44ec
parentc0ebdbdb6b0641c8f7880a62e7bca3c5403fe6bd
[somfytahoma] Added support for the Hitachi Yutaki devices (#12302)

Signed-off-by: Ondrej Pecta <opecta@gmail.com>
12 files changed:
bundles/org.openhab.binding.somfytahoma/README.md
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/SomfyTahomaBindingConstants.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/SomfyTahomaHandlerFactory.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/discovery/SomfyTahomaItemDiscoveryService.java
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/handler/SomfyTahomaHitachiATWHZHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/handler/SomfyTahomaHitachiATWMCHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/handler/SomfyTahomaHitachiDHWHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/i18n/somfytahoma.properties
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/channels.xml
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/hitachiatwhz.xml [new file with mode: 0644]
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/hitachiatwmc.xml [new file with mode: 0644]
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/hitachidhw.xml [new file with mode: 0644]