Set Standby settings
Configures standby settings
If standby mode is enabled, we have 3 options:
- ip_cam_mode
- photo_frame
- clock
'ip_cam_mode' also had 3 options
- single
- tour
- quad_splitter
'quad_splitter is disabled' on aq07la device
- application/json
Request Body required
- enable boolean required
- mode string requiredPossible values: [ ip_cam_mode,photo_frame,clock]
- ip_cam_mode object requiredmode string required- single object required- This model provides camera info used for configuring splash screen name string requiredurl string requireduuid string- tour object required- ip_cams object[]- Possible values: - <= 32name string requiredurl string requireduuid stringtimeout integer- quad_splitter object required- This model provides info used for configuring splash screen - This option is disabled in AQ-07LA model - ip_cam_1 object- This model provides camera info used for configuring splash screen name string requiredurl string requireduuid string- ip_cam_2 object- This model provides camera info used for configuring splash screen name string requiredurl string requireduuid string- ip_cam_3 object- This model provides camera info used for configuring splash screen name string requiredurl string requireduuid string- ip_cam_4 object- This model provides camera info used for configuring splash screen name string requiredurl string requireduuid string
- photo_frame requireddirectory_path stringclock_enable boolean
- 200
- 400
- 401
OK
- 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
- Quadsplitter
- Wrong Mode
- Wrong Ip Cam Mode
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 json: incorrect ip_cam_mode=quad_splitter. Available modes: [single, tour]"
}
{
  "error": "mode should match photo_frame or clock or ip_cam_mode"
}
{
  "error": "Ip cam mode should match: 'single' or 'tour' or 'quad_splitter'"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}