]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fixes #8538 (modbus extensions missing) (#8575)
authorPaul Frank <pail@gmx.net>
Fri, 25 Sep 2020 20:23:51 +0000 (22:23 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 20:23:51 +0000 (22:23 +0200)
Signed-off-by: Paul Frank <pail@gmx.net>
bundles/org.openhab.binding.modbus.e3dc/README.md
bundles/org.openhab.binding.modbus.helioseasycontrols/README.md
bundles/org.openhab.binding.modbus.stiebeleltron/README.md
features/openhab-addons/src/main/resources/footer.xml

index 4c3fe4678873a21ac201ff2aee5f27d967c6f443..a911ddf92f13123a5d7eb73650a862c69d4a1d73 100644 (file)
@@ -1,4 +1,4 @@
-# E3DC Binding
+# E3DC
 
 <img align="right" src="./doc/E3DC_logo.png"/>
 
index 1bf3677fbcb087999b35bf4279c9d072b4bef7dd..b3a453a7af5af0bfe7cc68d183c242e157ac9e29 100644 (file)
@@ -1,4 +1,4 @@
-# Helios easyControls Binding
+# Helios easyControls
 
 Helios Heat-Recovery Ventilation devices use a Modbus protocol to communicate with different sensors, switches, etc. Some devices come with an integrated web interface (easyControls) as well as a Modbus TCP/IP Gateway.
 See https://www.easycontrols.net/de/service/downloads/send/4-software/16-modbus-dokumentation-f%C3%BCr-kwl-easycontrols-ger%C3%A4te for the corresponding specification.
index c58a896c18640f47a6388b6617fc9a1024481f5f..cb88a90355abcaa7bcac10c204f37e40a6daa75c 100644 (file)
@@ -1,4 +1,4 @@
-# Stiebel Eltron ISG Binding
+# Stiebel Eltron ISG
 
 This extension adds support for the Stiebel Eltron modbus protocol.
 
index 6144078874a993e3937014fdcc2f35da770ab805..96832fc2821977fdbc900bd5a68bc30c7cf0384f 100644 (file)
                <feature>openhab-runtime-base</feature>
                <feature>openhab-transport-modbus</feature>
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus/${project.version}</bundle>
+               <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.e3dc/${project.version}</bundle>
+               <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.helioseasycontrols/${project.version}</bundle>
+               <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.stiebeleltron/${project.version}</bundle>
+               <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.studer/${project.version}</bundle>           
                <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.sunspec/${project.version}</bundle>
        </feature>