Set panel work mode to Apartment mode
Set Panel work mode to Apartment mode
Query Parameters
- building integer requiredPossible values: >= 1and<= 999Building Number 
- unit integer requiredPossible values: <= 99Unit Number 
- floor integer requiredPossible values: <= 98Floor number 
- apartment integer requiredPossible values: <= 99Apartment number 
- device integer requiredPossible values: >= 1and<= 9Device Number 
Responses
- 200
- 400
- 401
OK
Wrong or missing parameters
- application/json
- Schema
- Example (from schema)
- Wrong building
- Wrong unit
- Wrong floor
- Wrong apartment
- Wrong device
Schema
- error string
{
  "error": "Wrong building. Available values are in range: [1, 9999]"
}
{
  "error": "Wrong building. Available values are in range: [1, 9999]"
}
{
  "error": "Wrong unit. Available values are in range: [0, 99]"
}
{
  "error": "Wrong floor. Available values are in range: [0, 98]"
}
{
  "error": "Wrong apartment. Available values are in range: [0, 99]"
}
{
  "error": "Wrong device. Available values are in range: [1, 9]"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...