Customize help station feature
Customize help station feature.
- This feature is only available on idividual panels with only one direct call button
- This feature conflicts with the /device/feature/rescue-serviceand/device/feature/dispatch-service
- application/json
Request Body
- is_enabled boolean requireddescribes the state of feature, true - on / false - off 
- button_long_press_duration integer requiredPossible values: >= 2and<= 10Default value: 2Specifies the long press time in seconds 
Responses
- 200
- 400
- 401
- 404
OK
- Must be disabled while enabled rescue service
- Must be disabled while enabled dispatch service
- application/json
- Schema
- Example (from schema)
Schema
- error stringerror type/info 
{
  "error": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
TThis feature is only available on idividual panels with only one direct call button
Loading...