[ecotouch] add Waterkotte EcoTouch binding (ported from OH1) (#10010)

Signed-off-by: Sebastian Held <sebastian.held@gmx.de>
This commit is contained in:
Sebastian Held
2021-04-27 22:23:32 +02:00
committed by GitHub
parent 9a0ad98f44
commit 7d13795380
17 changed files with 3468 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<features name="org.openhab.binding.ecotouch-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
<feature name="openhab-binding-ecotouch" description="EcoTouch Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.ecotouch/${project.version}</bundle>
</feature>
</features>