[resol] Add Resol Controller Binding - Initial Contribution (#9449)

Signed-off-by: Raphael Mack <ramack@raphael-mack.de>
This commit is contained in:
Raphael Mack
2021-04-11 19:25:55 +02:00
committed by GitHub
parent 16ffeecb90
commit 9bfb2f4313
24 changed files with 2211 additions and 0 deletions

View File

@@ -1111,6 +1111,11 @@
<artifactId>org.openhab.binding.remoteopenhab</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.resol</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.rfxcom</artifactId>