From 3c269655a13ff152708a56707b6a113eddded7f9 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 2 Dec 2017 17:14:27 -0800 Subject: [PATCH] increase lights on disabled switch time --- web/app/pods/components/lights-tab/component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/pods/components/lights-tab/component.js b/web/app/pods/components/lights-tab/component.js index b54dbaa..c48ae79 100644 --- a/web/app/pods/components/lights-tab/component.js +++ b/web/app/pods/components/lights-tab/component.js @@ -136,7 +136,7 @@ export default Component.extend({ () => { 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