Updating hue emulation repsonses using hue android app. fixed issues in

returning the hue config and for requesting the mac address.
This commit is contained in:
Admin
2015-12-16 16:41:08 -06:00
parent 3c54ccd56d
commit b27bb5eef8
4 changed files with 36 additions and 24 deletions

View File

@@ -84,6 +84,10 @@ public class HueConfig
sb.append("00:00:88:00:bb:ee");
} catch (Exception e){
sb.append("00:00:88:00:bb:ee");
}
return sb.toString();