Get the lift settings
Returns the number of the floor on which the panel is installed for identification by the lift module and settings when the lift call is triggered.
The function works when using the appropriate lift module, for example EVRC-IP. For the detailed description please follow lift module manual.
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- floor_number integerPossible values: >= 1and<= 98Default value: 12The 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 objectis_enabled boolean- user_opens_lock objectis_enabled boolean- monitor_call_in_talk object- Allow to call elevator during call via special button on monitor dtmf_code string- Possible values: - non-emptyand- <= 4 characters, Value must match regular expression- ^[\d*#A-D]{1,4}$- The model describes elevator dtmf code, which will be used for calling elevator. Dtmf must contains any digit, letters from A to D in capital. is_enabled boolean
{
  "floor_number": 12,
  "call_when": {
    "monitor_opens_lock": {
      "is_enabled": false
    },
    "user_opens_lock": {
      "is_enabled": false
    },
    "monitor_call_in_talk": {
      "dtmf_code": "DC",
      "is_enabled": false
    }
  }
}
{
  "floor_number": 12,
  "call_when": {
    "monitor_opens_lock": {
      "is_enabled": false
    },
    "user_opens_lock": {
      "is_enabled": false
    },
    "monitor_call_in_talk": {
      "is_enabled": true,
      "dtmf_code": "DA"
    }
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "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": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}