Set panel work mode to Apartment
mode, this mode only available on individual panels
Set panel work mode to Apartment
mode
Apartment
mode is unique mode designed for individual panels such as AV08 B and etc. To set up apartment mode, you should set building, unit, floor, apartment number and device number to make everything work correct.
Query Parameters
- building integer required
Possible values:
>= 1
and<= 9999
Building number
- unit integer required
Possible values:
<= 99
Unit number
- floor integer required
Possible values:
<= 98
Floor number
- apartment integer required
Possible values:
<= 99
Apartment number
- device integer required
Possible values:
>= 1
and<= 99
Device number
Responses
- 200
- 400
- 401
- 403
- 404
OK
Validation error or required fields are not provided
- application/json
- Schema
- Example (from schema)
- Wrong building
- Wrong unit
- Wrong floor
- Wrong apartment
- Wrong device
- Missed building
- Missed unit
- Missed floor
- Missed apartment
- 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 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, 99]"
}
{
"error": "Missed building parameter"
}
{
"error": "Missed unit parameter"
}
{
"error": "Missed floor parameter"
}
{
"error": "Missed apartment 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"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
Error message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
This feature is disabled on your device
Loading...