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
- dtmf_code string
Possible values: Value must match regular expression
^[\d*#ABCD]{1,4}$
Default value:
DC
DTMF code for call elevator
call_when object
monitor_opens_lock object
is_enabled booleanuser_opens_lock object
is_enabled booleanmonitor_call_in_talk object
is_enabled boolean
{
"floor_number": 12,
"dtmf_code": "321",
"call_when": {
"monitor_opens_lock": {
"is_enabled": false
},
"user_opens_lock": {
"is_enabled": false
},
"monitor_call_in_talk": {
"is_enabled": true
}
}
}
{
"floor_number": 12,
"dtmf_code": "321",
"call_when": {
"monitor_opens_lock": {
"is_enabled": false
},
"user_opens_lock": {
"is_enabled": false
},
"monitor_call_in_talk": {
"is_enabled": true
}
}
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...