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:
<= 999Building number
 - unit integer
Possible values:
<= 99Unit number
 - device integer
Possible values:
>= 1and<= 9000Device 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:
<= 999Building number
 - unit integer
Possible values:
<= 99Unit number
 - floor integer
Possible values:
>= 1and<= 9000Floor number
 - apartment integer
Possible values:
>= 1and<= 9000Apartment number
 - device integer
Possible values:
>= 1and<= 9000Device 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...