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