浏览代码

fix init of tv lights

Thomas Buck 1年前
父节点
当前提交
dc5f3bf54e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      lights/lights.js

+ 2
- 2
lights/lights.js 查看文件

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

正在加载...
取消
保存