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 required
Possible values:
>= 1
and<= 9999
Building Number [1-9999]
- unit integer required
Possible values:
<= 99
Unit Number [0-99]
- device integer required
Possible values:
>= 1
and<= 99
Device Number [1-99]
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 string
Error message
{
"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 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 string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...