Starting impl of LIFX devices

This commit is contained in:
Admin
2017-02-01 16:53:08 -06:00
parent babf81ea31
commit 16a248ba8e
11 changed files with 428 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>4.1.2</version>
<version>4.1.2a</version>
<packaging>jar</packaging>
<name>HA Bridge</name>
@@ -121,6 +121,11 @@
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>com.github.bwssytems</groupId>
<artifactId>lifx-sdk-java</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
<build>