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
- device integer required
Possible values:
>= 1
and<= 9000
Device Number
- noUnit boolean required
Not using unit number when calling if noUnit=true
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 type/info
{
"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"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...