Get KONE lift settings
Returns KONE lift adapter, required for interaction with KONE module
Responses
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
Determines whether the feature is enabled
- building_id string
Possible values: Value must match regular expression
^building:.+:.+$
Building id where panel is located and group id
- server_url string
Kone lift server address
- source_id int64
Panel area location
- terminal_number integer
Lift terminal number used with panel
- walking_time integer
Possible values:
<= 30
Delay 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 object
Auth credentials
client_secret stringClient token
client_id stringClient id
{
"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"
}
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"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 message
{
"error": "Administrator rights required"
}
{
"error": "Administrator rights required"
}
This feature is disabled on your device
Loading...