Updated pom to use new harmony client version.

This commit is contained in:
Admin
2015-10-28 16:42:23 -05:00
parent b443d16a11
commit 203ed0b5d3
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>com.github.bwssytems</groupId> <groupId>com.github.bwssytems</groupId>
<artifactId>harmony-java-client</artifactId> <artifactId>harmony-java-client</artifactId>
<version>1.0.4</version> <version>1.0.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sparkjava</groupId> <groupId>com.sparkjava</groupId>

View File

@@ -212,7 +212,7 @@ public class HueMulator {
url = device.getOffUrl(); url = device.getOffUrl();
} }
if(device.getDeviceType() == "activity") if(device.getDeviceType().contains("activity"))
{ {
log.debug("executing activity to Harmony: " + url); log.debug("executing activity to Harmony: " + url);
myHarmony.startActivity(url); myHarmony.startActivity(url);