【发布时间】:2019-04-14 18:10:28
【问题描述】:
我做了一些可以控制灯泡的窗口应用程序。三个月左右就可以用了
但是其中一个 blubs 会产生问题。所以我试图找出问题所在。
这里是 xmlhttpRequest(我使用了 CLIP API 调试器)
usual blubs: (XMLHttpRequest) id:14
{"state": {
"on": true,
"bri": 254,
"hue": 34704,
"sat": 198,
"effect": "none",
"xy": [
0.3228,
0.3291
],
"ct": 167,
"alert": "none",
"colormode": "xy",
"mode": "homeautomation",
"reachable": true
}
issue: id:11
{
"state": {
"on": true,
"bri": 254,
"hue": 0,
"sat": 254,
"effect": "none",
"xy": [
0.3227,
0.329
],
"ct": 153,
"alert": "none",
"colormode": "xy",
"mode": "homeautomation",
"reachable": false
},
如果有人知道这个问题,请告诉我 blubs 出了什么问题...
【问题讨论】:
-
到底是什么问题?
-
我无法控制名为 id:11 的特定灯。我认为这是因为可达属性。它应该设置为“true”。