Aggiunto jar per Z-Wave

This commit is contained in:
2018-06-01 11:19:06 +02:00
parent 09f96fc590
commit 8c2d94d90a
4 changed files with 14 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ public class Hue {
/*public void setAttribute(String attribute, String value){
for (String light : allLights.keySet()) {
String callURL = lightsURL + light + "/state";
String body = "{ \"+attribute+\" : "+value+" }";
String body = "{ \""+attribute+"\" : "+value+" }";
Rest.put(callURL, body, "application/json");
}
}*/