Panel work mode
Returns current panel work mode.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- current_panel_mode string
Possible values: [
Unit
,Wall
] - building integer
Possible values:
>= 1
and<= 999
- unit integer
Possible values:
<= 99
- device integer
Possible values:
>= 1
and<= 9000
- no_unit boolean
{
"current_panel_mode": "Unit",
"building": 1,
"unit": 1,
"device": 1,
"no_unit": true
}
Log In
Loading...