[echonetlite] Initial contribution (#11999)

* First implementation of Echonet Lite Java Bindings.  Only supports Mitsubishi Home Heat Pumps.

Signed-off-by: Michael Barker <mikeb01@gmail.com>
This commit is contained in:
Michael Barker
2022-09-29 10:23:57 +13:00
committed by GitHub
parent f74f3ecd02
commit c244391d08
43 changed files with 4197 additions and 0 deletions

View File

@@ -381,6 +381,11 @@
<artifactId>org.openhab.binding.easee</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.echonetlite</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.ecobee</artifactId>