Get the floor number for lift module
Returns the number of the floor on which the panel is installed for identification by the lift module.
The function works when using the appropriate lift module, for example EVRC-IP. For the detailed description please follow lift module manual.
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- floor integer
Possible values:
>= 1
and<= 98
Default value:
12
Floor, where panel installed, used for sending a lift to this floor when the lock is opened from the monitor
- use_in_individual_mode boolean
Default value:
false
{
"floor": 12,
"use_in_individual_mode": false
}
{
"floor": 12,
"use_in_individual_mode": false
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...