Selaa lähdekoodia

fix init of tv lights

Thomas Buck 1 vuosi sitten
vanhempi
commit
dc5f3bf54e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      lights/lights.js

+ 2
- 2
lights/lights.js Näytä tiedosto

@@ -212,7 +212,7 @@ subscribeTopic("livingroom/light_amp", function (msg) {
212 212
         console.log("unknown livingroom/light_amp msg " + msg)
213 213
     }
214 214
 
215
-    setWorkspaceLightsButtons()
215
+    setTvLightsButtons()
216 216
 })
217 217
 subscribeTopic("livingroom/light_box", function (msg) {
218 218
     if (msg == "on") {
@@ -223,7 +223,7 @@ subscribeTopic("livingroom/light_box", function (msg) {
223 223
         console.log("unknown livingroom/light_box msg " + msg)
224 224
     }
225 225
 
226
-    setWorkspaceLightsButtons()
226
+    setTvLightsButtons()
227 227
 })
228 228
 
229 229
 // set new tv light state

Loading…
Peruuta
Tallenna