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 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
{
  "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...