]> git.basschouten.com Git - openhab-addons.git/commit
[ecotouch] add Waterkotte EcoTouch binding (ported from OH1) (#10010)
authorSebastian Held <sebastian.held@gmx.de>
Tue, 27 Apr 2021 20:23:32 +0000 (22:23 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 20:23:32 +0000 (22:23 +0200)
commit7d13795380c7d589ccf09733a5be30879a7ad530
tree2882731236e4c24fa97f0867a4ece960fcb60575
parent9a0ad98f4435e2b9f59ad0b2ee4adbec3de74aca
[ecotouch] add Waterkotte EcoTouch binding (ported from OH1) (#10010)

Signed-off-by: Sebastian Held <sebastian.held@gmx.de>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.ecotouch/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/README.md [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchConnector.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchException.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/java/org/openhab/binding/ecotouch/internal/EcoTouchTags.java [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/resources/OH-INF/i18n/ecotouch_de.properties [new file with mode: 0644]
bundles/org.openhab.binding.ecotouch/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml