updated to new BL api lib added debug and fixed device build for BL in

app.js
This commit is contained in:
bsamuels
2018-03-07 11:07:44 -06:00
parent f17cea3c9d
commit b26a63bb7a
3 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.2.0RC24</version>
<version>5.2.0RC25</version>
<packaging>jar</packaging>
<name>HA Bridge</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>com.github.bwssytems</groupId>
<artifactId>broadlink-java-api</artifactId>
<version>7d1c637f09</version>
<version>cbed334fa1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>