Get the lift settings
Returns panel floor number and lift call actions status.
The function works when using the appropriate lift module, for example EVRC-IP. For the detailed description please follow lift module manual.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- floor_number integer
Possible values:
>= 1
and<= 98
Default value:
12
The model describes the number of the floor on which the panel is installed for identification by the elevator module
call_when object
monitor_opens_lock object
is_enabled booleanuser_opens_lock object
is_enabled boolean
{
"floor_number": 12,
"call_when": {
"monitor_opens_lock": {
"is_enabled": false
},
"user_opens_lock": {
"is_enabled": false
}
}
}
{
"floor_number": 12,
"call_when": {
"monitor_opens_lock": {
"is_enabled": false
},
"user_opens_lock": {
"is_enabled": false
}
}
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...