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]current mode in which panel operates, affects call behaviour 
- building integerPossible values: >= 1and<= 999building number in which the device is installed 
- unit integerPossible values: <= 99unit number in which the device is installed 
- device integerPossible values: >= 1and<= 9device number 
- no_unit booleanturn on if there is no units in the building so it could not be used in logical address 
- floor integerPossible values: <= 98Default value: 11floor number on which the device is installed 
- apartment integerPossible values: <= 99Default value: 11apartment in which the device is installed 
{
  "current_panel_mode": "Unit",
  "building": 1,
  "unit": 1,
  "device": 1,
  "no_unit": true,
  "floor": 1,
  "apartment": 1
}
{
  "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
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...