Secondary (#2)
* Added Sensor * Modified something
This commit was merged in pull request #2.
This commit is contained in:
committed by
GitHub
parent
8647649a6d
commit
3798d18844
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user