Set panel work mode to Apartment mode
Set Panel work mode to Apartment mode
Query Parameters
- building integer required
Possible values:
>= 1and<= 999Building Number
 - unit integer required
Possible values:
<= 99Unit Number
 - floor integer required
Possible values:
<= 98Floor number
 - apartment integer required
Possible values:
<= 99Apartment number
 - device integer required
Possible 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 type/info
 
{
  "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]"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...