我制作了一些可以控制灯泡的窗口应用程序。它可以正常工作大约三个月
但是其中一种会引起问题。所以我试图找出问题所在。
这是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是怎么回事...
答案 0 :(得分:0)
reachable
属性是只读属性(您无法设置),它只是告诉您光源是否可用或光线不足。
un-reachable
指示灯的常见原因是它已关闭,超出范围或已熄灭。
所以