Get KONE lift settings
Returns KONE lift adapter, required for interaction with KONE module
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
- building_id stringPossible values: Value must match regular expression ^building:.+:.+$Building id where panel is located and group id 
- server_url stringKone lift server address 
- source_id int64Panel area location 
- terminal_number integerLift terminal number used with panel 
- walking_time integerPossible values: <= 30Delay in seconds, this is added to any walking time determined based on the terminal. This param is needed when panel is outside of the lift lobby 
- credentials objectclient_secret stringclient_id string
{
  "is_enabled": false,
  "building_id": "building:10000009:1",
  "server_url": "kone.server.address",
  "source_id": 1000,
  "terminal_number": 1,
  "walking_time": 0,
  "credentials": {
    "client_secret": "b6bee3064c9f6be1eb9828c130a688db8723dd152928318d5697344e65f38de1",
    "client_id": "39c26df1-a641-4406-a18c-d7af9429c2b6"
  }
}
{
  "is_enabled": false,
  "building_id": "building:10000009:1",
  "server_url": "kone.server.address",
  "source_id": 1000,
  "terminal_number": 1,
  "walking_time": 0,
  "credentials": {
    "client_secret": "b6bee3064c9f6be1eb9828c130a688db8723dd152928318d5697344e65f38de1",
    "client_id": "39c26df1-a641-4406-a18c-d7af9429c2b6"
  }
}
Loading...