Updated release with new editor

new angularJS V1.6.1
new spark V2.5.4

testing for new 4beta3
This commit is contained in:
Admin
2017-01-09 13:19:03 -06:00
parent 4744a68906
commit 6f544e1a7d
29 changed files with 710 additions and 841 deletions

View File

@@ -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;
}