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
]Panel mode
- building integer
Possible values:
<= 999
Building number
- unit integer
Possible values:
<= 99
Unit number
- device integer
Possible values:
>= 1
and<= 9000
Device number
- no_unit boolean
When enabled, it is enough to enter Floor No. and Apartment No.
- current_panel_mode string
Possible values: [
Apartment
]Panel mode
- building integer
Possible values:
<= 999
Building number
- unit integer
Possible values:
<= 99
Unit number
- floor integer
Possible values:
>= 1
and<= 9000
Floor number
- apartment integer
Possible values:
>= 1
and<= 9000
Apartment number
- device integer
Possible values:
>= 1
and<= 9000
Device number
oneOf
{
"current_panel_mode": "Unit",
"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 message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...