Get panel work mode
Returns current panel work mode
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Unit
- Wall
- Apartment
Schema
- MOD1
- MOD2
- current_panel_mode string
Possible values: [
Wall
,Unit
] - building integer
Possible values:
<= 999
- unit integer
Possible values:
<= 99
- device integer
Possible values:
>= 1
and<= 9000
- no_unit boolean
- current_panel_mode string
Possible values: [
Apartment
] - building integer
Possible values:
<= 999
- unit integer
Possible values:
<= 99
- floor integer
Possible values:
>= 1
and<= 9000
- apartment integer
Possible values:
>= 1
and<= 9000
- device integer
Possible values:
>= 1
and<= 9000
oneOf
{
"current_panel_mode": "Wall",
"building": 1,
"unit": 1,
"device": 1,
"no_unit": true
}
{
"current_panel_mode": "Unit",
"building": 1,
"unit": 1,
"device": 1,
"no_unit": false
}
{
"current_panel_mode": "Wall",
"building": 0,
"unit": 0,
"device": 1,
"no_unit": false
}
{
"current_panel_mode": "Apartment",
"building": 1,
"unit": 1,
"floor": 1,
"apartment": 1,
"device": 1
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...