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 stringPossible values: [ Wall,Unit]
- building integerPossible values: <= 999
- unit integerPossible values: <= 99
- device integerPossible values: >= 1and<= 9000
- no_unit boolean
- current_panel_mode stringPossible values: [ Apartment]
- building integerPossible values: <= 999
- unit integerPossible values: <= 99
- floor integerPossible values: >= 1and<= 9000
- apartment integerPossible values: >= 1and<= 9000
- device integerPossible values: >= 1and<= 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...