Set panel work mode to Wall
mode
Set panel work mode to Wall
mode.
- In
Wall
mode you must enter full logical address, including building, unit, floor and apartment number to call the desired apartment - If
No unit
feature enabled then you must enter building, unit, and apartment number
Query Parameters
- no_unit boolean required
Unit number is not used when calling if no_unit is true
- device integer required
Possible values:
>= 1
and<= 9000
Device Number [1-9000]
Responses
- 200
- 400
- 401
OK
Validation error or required fields are not provided
- application/json
- Schema
- Example (from schema)
- Wrong device
- Wrong no Unit
- Missed no Unit
- Missed device
Schema
- error string
Error message
{
"error": "Wrong building. Available values are in range: [1, 9999]"
}
{
"error": "Wrong device. Available values are in range: [1, 9000]"
}
{
"error": "Wrong noUnit parameter"
}
{
"error": "Missed noUnit 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...