1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/tests/components/vesync/fixtures/dimmer-detail.json
cdnninja 1b9acdc233 Convert Vesync to 3.X version of library (#148239)
Co-authored-by: SapuSeven <sapuseven@gmail.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-09-02 15:31:38 +02:00

20 lines
358 B
JSON

{
"code": 0,
"msg": "request success",
"traceId": "1234",
"result": {
"devicename": "Test Dimmer",
"brightness": 50,
"indicatorlightStatus": "on",
"rgbStatus": "on",
"rgbValue": {
"red": 50,
"blue": 100,
"green": 225
},
"deviceStatus": "on",
"connectionStatus": "online",
"activeTime": 100
}
}