Set panel work mode to Unit mode
Set panel work mode to Unit mode.
In Unit mode you must enter floor and apartment number to call the desired apartment.
Query Parameters
- building integer requiredPossible values: >= 1and<= 999Building Number 
- unit integer requiredPossible values: <= 99Unit Number 
- device integer requiredPossible values: >= 1and<= 99Device Number 
Responses
- 200
- 400
- 401
OK
Validation error or required fields are not provided
- application/json
- Schema
- Example (from schema)
- Wrong building
- Wrong unit
- Wrong device
- Missed building
- Missed unit
- Missed device
Schema
- error stringerror type/info 
{
  "error": "Wrong building. Available values are in range: [1, 999]"
}
{
  "error": "Wrong building. Available values are in range: [1, 999]"
}
{
  "error": "Wrong unit. Available values are in range: [0, 99]"
}
{
  "error": "Wrong device. Available values are in range: [1, 99]"
}
{
  "error": "Missed building parameter"
}
{
  "error": "Missed unit parameter"
}
{
  "error": "Missed device parameter"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...