1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/tests/components/tuya/fixtures/cl_g1cp07dsqnbdbbki.json
2025-08-19 11:34:25 +02:00

103 lines
2.0 KiB
JSON

{
"endpoint": "https://apigw.tuyaus.com",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "Persiana do Quarto",
"category": "cl",
"product_id": "g1cp07dsqnbdbbki",
"product_name": "Smart roller blinds",
"online": true,
"sub": false,
"time_zone": "-03:00",
"active_time": "2023-06-21T04:29:09+00:00",
"create_time": "2023-06-21T04:29:09+00:00",
"update_time": "2023-06-21T04:29:09+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
}
},
"control_back_mode": {
"type": "Enum",
"value": {
"range": ["forward", "back"]
}
},
"border": {
"type": "Enum",
"value": {
"range": ["up", "down", "up_delete"]
}
}
},
"status_range": {
"control": {
"type": "Enum",
"value": {
"range": ["open", "stop", "close", "continue"]
}
},
"work_state": {
"type": "Enum",
"value": {
"range": ["opening", "closing"]
}
},
"percent_state": {
"type": "Integer",
"value": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
},
"percent_control": {
"type": "Integer",
"value": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
},
"control_back_mode": {
"type": "Enum",
"value": {
"range": ["forward", "back"]
}
},
"border": {
"type": "Enum",
"value": {
"range": ["up", "down", "up_delete"]
}
}
},
"status": {
"control": "open",
"work_state": "opening",
"percent_state": 0,
"percent_control": 100,
"control_back_mode": "back",
"border": "up"
},
"set_up": true,
"support_local": true
}