mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 05:31:11 +01:00
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"endpoint": "https://apigw.tuyaeu.com",
|
|
"mqtt_connected": true,
|
|
"disabled_by": null,
|
|
"disabled_polling": false,
|
|
"name": "bedroom blinds",
|
|
"category": "cl",
|
|
"product_id": "qqdxfdht",
|
|
"product_name": "Blinds Drive-BLE",
|
|
"online": true,
|
|
"sub": true,
|
|
"time_zone": "+00:00",
|
|
"active_time": "2021-11-09T08:38:29+00:00",
|
|
"create_time": "2021-11-09T08:38:29+00:00",
|
|
"update_time": "2021-11-09T08:38:29+00:00",
|
|
"function": {
|
|
"control": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["open", "stop", "close", "continue"]
|
|
}
|
|
},
|
|
"percent_control": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "%",
|
|
"min": "0",
|
|
"max": "100",
|
|
"scale": "0",
|
|
"step": "1"
|
|
}
|
|
}
|
|
},
|
|
"status_range": {
|
|
"control": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["open", "stop", "close", "continue"]
|
|
}
|
|
},
|
|
"percent_control": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "%",
|
|
"min": "0",
|
|
"max": "100",
|
|
"scale": "0",
|
|
"step": "1"
|
|
}
|
|
},
|
|
"work_state": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["opening", "closing"]
|
|
}
|
|
}
|
|
},
|
|
"status": {
|
|
"control": "stop",
|
|
"percent_control": 100,
|
|
"work_state": "closing"
|
|
},
|
|
"set_up": true,
|
|
"support_local": true
|
|
}
|