Files
core/tests/components/vesync/fixtures/light-detail.json
T
2025-09-02 15:31:38 +02:00

13 lines
174 B
JSON

{
"code": 0,
"msg": "request success",
"traceId": "1234",
"result": {
"light": {
"action": "on",
"brightness": 50,
"colorTempe": 50
}
}
}