mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: SapuSeven <sapuseven@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
26 lines
496 B
JSON
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"
|
|
}
|
|
}
|
|
}
|