Get Standby settings
Returns stanby settings
Standby mode represents splash screen when device is inactive.
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
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
- mode stringPossible values: [ ip_cam_mode,photo_frame,clock]
- ip_cam_mode objectmode string- single object- This model provides camera info used for configuring splash screen name stringurl stringuuid string- tour object- ip_cams object[]- Possible values: - <= 32name stringurl stringuuid stringtimeout integer- quad_splitter object- 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 stringurl stringuuid string- ip_cam_2 object- This model provides camera info used for configuring splash screen name stringurl stringuuid string- ip_cam_3 object- This model provides camera info used for configuring splash screen name stringurl stringuuid string- ip_cam_4 object- This model provides camera info used for configuring splash screen name stringurl stringuuid string
- photo_framedirectory_path stringclock_enable boolean
{
  "enable": false,
  "mode": "ip_cam_mode",
  "ip_cam_mode": {
    "mode": "single",
    "single": {
      "name": "Cam1",
      "url": "rtsp://192.168.1.111:554/media/video1",
      "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
    },
    "tour": {
      "ip_cams": [
        {
          "name": "Cam1",
          "url": "rtsp://192.168.1.111:554/media/video1",
          "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
        }
      ],
      "timeout": 60
    },
    "quad_splitter": {
      "ip_cam_1": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      },
      "ip_cam_2": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      },
      "ip_cam_3": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      },
      "ip_cam_4": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      }
    }
  },
  "photo_frame": {
    "directory_path": "mnt/sdcard/photo",
    "clock_enable": false
  }
}
{
  "enable": false,
  "mode": "ip_cam_mode",
  "ip_cam_mode": {
    "mode": "single",
    "single": {
      "name": "Cam1",
      "url": "rtsp://192.168.1.111:554/media/video1",
      "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
    },
    "tour": {
      "ip_cams": [
        {
          "name": "Cam1",
          "url": "rtsp://192.168.1.111:554/media/video1",
          "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
        }
      ],
      "timeout": 60
    },
    "quad_splitter": {
      "ip_cam_1": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      },
      "ip_cam_2": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      },
      "ip_cam_3": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      },
      "ip_cam_4": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
      }
    }
  },
  "photo_frame": {
    "directory_path": "mnt/sdcard/photo",
    "clock_enable": false
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...