Secondary (#2)

* Added Sensor
* Modified something
This commit was merged in pull request #2.
This commit is contained in:
Giacomo Bertolazzi 20015159
2018-08-23 15:12:45 +02:00
committed by GitHub
parent 8647649a6d
commit 3798d18844
4 changed files with 84 additions and 28 deletions

View File

@@ -37,6 +37,9 @@ public class Hue {
}
}
public int getCurrentLuminiscence() {
return 0;
}
public void turnOff() {
for (String light : allLights.keySet()) {
String callURL = lightsURL + light + "/state";