Browse Source

fix init of tv lights

Thomas Buck 1 year ago
parent
commit
dc5f3bf54e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lights/lights.js

+ 2
- 2
lights/lights.js View File

@@ -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…
Cancel
Save