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/air-purifier-detail-updated.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

26 lines
496 B
JSON

{
"code": 0,
"msg": "request success",
"traceId": "1234",
"result": {
"code": 0,
"result": {
"enabled": true,
"filter_life": 95,
"mode": "manual",
"level": 1,
"device_error_code": 0,
"air_quality": 2,
"air_quality_value": 15,
"display": true,
"child_lock": false,
"configuration": {
"display": true,
"display_forever": true,
"auto_preference": null
},
"night_light": "on"
}
}
}