Updated FHEM for command

Started Broadlink implementation
This commit is contained in:
bsamuels
2018-01-18 16:54:21 -06:00
parent 4b048c2a7f
commit 5a052d9374
15 changed files with 725 additions and 305 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.2.0RC5</version>
<version>5.2.0RC6</version>
<packaging>jar</packaging>
<name>HA Bridge</name>
@@ -126,6 +126,11 @@
<artifactId>lifx-sdk-java</artifactId>
<version>2.1.6</version>
</dependency>
<dependency>
<groupId>com.github.mob41</groupId>
<artifactId>broadlink-java-api</artifactId>
<version>-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>