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