mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-18 16:17:30 +00:00
Updated release with new editor
new angularJS V1.6.1 new spark V2.5.4 testing for new 4beta3
This commit is contained in:
@@ -273,8 +273,11 @@ public class HueMulator {
|
||||
} else {
|
||||
responseString = responseString + "false}}";
|
||||
}
|
||||
if (deviceState != null)
|
||||
if (deviceState != null) {
|
||||
deviceState.setOn(stateChanges.isOn());
|
||||
if(!deviceState.isOn() && deviceState.getBri() == 255)
|
||||
deviceState.setBri(0);
|
||||
}
|
||||
notFirstChange = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user