increase lights on disabled switch time
This commit is contained in:
parent
1a5bcc8d4d
commit
3c269655a1
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ export default Component.extend({
|
||||||
() => {
|
() => {
|
||||||
this.set('lightsOnDisabled', false);
|
this.set('lightsOnDisabled', false);
|
||||||
},
|
},
|
||||||
400
|
800
|
||||||
);
|
);
|
||||||
|
|
||||||
// if the internal lights state is different than the one from lightsData (user manually toggled the switch), send the request to change the bulbs state
|
// if the internal lights state is different than the one from lightsData (user manually toggled the switch), send the request to change the bulbs state
|
||||||
|
|
|
||||||
Reference in a new issue