Set panel work mode to Apartment
mode
Set Panel work mode to Apartment
mode
Query Parameters
- building integer required
Possible values:
>= 1
and<= 999
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<= 9
Device Number
Responses
- 200
- 400
- 401
OK
Wrong or missing parameters
- application/json
- Schema
- Example (from schema)
- Wrong building
- Wrong unit
- Wrong floor
- Wrong apartment
- Wrong device
Schema
- error string
error type/info
{
"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, 9]"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...