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 booleandescribes the state of feature, true - on / false - off 
- button_long_press_duration integerPossible values: >= 2and<= 10Default value: 2Specifies 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 stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
This feature is only available on idividual panels with only one direct call button
Loading...