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