Set KONE lift settings
Configures KONE lift adapter, required for interaction with KONE module
- application/json
Request Body required
- is_enabled boolean required
- building_id string required
Possible values: Value must match regular expression
^building:.+:.+$
Building id where panel is located and group id
- server_url string required
Kone lift server address
- source_id int64 required
Panel area location
- terminal_number integer required
Lift terminal number used with panel
- walking_time integer required
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 required
client_secret string requiredclient_id string required
Responses
- 200
- 400
- 401
- 403
OK
- Wrong url
- Building id must match 'building🆔groupId' pattern
- Missed json body or wrong param Response sample:
"error": "Wrong JSON body"
- Required field is not provided. Response sample:
"error": "Wrong JSON body: no value for `param`"
where param
- is a required field that was not provided
- Field was of the wrong type. Response sample:
"error": "Wrong JSON body: value `param` was of the wrong type"
where param
- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Base
- No value
- Wrong param type
- Wrong url
- Wrong building id
Schema
- error string
{
"error": true
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
{
"error": "Wrong url"
}
{
"error": "Building id must match `building:id:groupId` pattern"
}
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"
}
Loading...