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

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