mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
Co-authored-by: SapuSeven <sapuseven@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
30 lines
636 B
JSON
30 lines
636 B
JSON
{
|
|
"code": 0,
|
|
"msg": "request success",
|
|
"traceId": "1234",
|
|
"result": {
|
|
"result": {
|
|
"humidity": 35,
|
|
"mist_level": 6,
|
|
"mist_virtual_level": 6,
|
|
"mode": "manual",
|
|
"water_lacks": true,
|
|
"water_tank_lifted": true,
|
|
"automatic_stop_reach_target": true,
|
|
"night_light_brightness": 10,
|
|
"enabled": true,
|
|
"level": 1,
|
|
"display": true,
|
|
"display_forever": false,
|
|
"child_lock": false,
|
|
"night_light": "off",
|
|
"configuration": {
|
|
"auto_target_humidity": 40,
|
|
"display": true,
|
|
"automatic_stop": true
|
|
}
|
|
},
|
|
"code": 0
|
|
}
|
|
}
|