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/clkg_nhyj64w2.json
2025-08-08 13:56:44 +02:00

94 lines
1.8 KiB
JSON

{
"endpoint": "https://apigw.tuyaeu.com",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "Tapparelle studio",
"category": "clkg",
"product_id": "nhyj64w2",
"product_name": "Curtain switch",
"online": true,
"sub": true,
"time_zone": "+02:00",
"active_time": "2025-01-13T23:37:14+00:00",
"create_time": "2025-01-13T23:37:14+00:00",
"update_time": "2025-01-13T23:37:14+00:00",
"function": {
"control": {
"type": "Enum",
"value": {
"range": ["open", "stop", "close"]
}
},
"percent_control": {
"type": "Integer",
"value": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 10
}
},
"cur_calibration": {
"type": "Enum",
"value": {
"range": ["start", "end"]
}
},
"switch_backlight": {
"type": "Boolean",
"value": {}
},
"control_back_mode": {
"type": "Enum",
"value": {
"range": ["forward", "back"]
}
}
},
"status_range": {
"control": {
"type": "Enum",
"value": {
"range": ["open", "stop", "close"]
}
},
"percent_control": {
"type": "Integer",
"value": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 10
}
},
"cur_calibration": {
"type": "Enum",
"value": {
"range": ["start", "end"]
}
},
"switch_backlight": {
"type": "Boolean",
"value": {}
},
"control_back_mode": {
"type": "Enum",
"value": {
"range": ["forward", "back"]
}
}
},
"status": {
"control": "stop",
"percent_control": 100,
"cur_calibration": "end",
"switch_backlight": true,
"control_back_mode": "forward"
},
"set_up": true,
"support_local": true
}