Get help station settings
Get help station settings
- This feature is only available on idividual panels with only one direct call button
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
describes the state of feature, true - on / false - off
- button_long_press_duration integer
Possible values:
>= 2
and<= 10
Default value:
2
Specifies the long press time in seconds
{
"is_enabled": true,
"button_long_press_duration": 2
}
{
"is_enabled": true,
"button_long_press_duration": 2
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
This feature is only available on idividual panels with only one direct call button
Loading...