Get Standby settings
Returns standby 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
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable booleanDetermines whether the device will show splash screen after timeout 
- mode stringPossible values: [ ip_cam_mode,photo_frame,clock]Splash screen mode 
- ip_cam_mode object- IP cam mode options mode string- IP cam mode - single object- This model provides camera information used for configuring splash screen name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier - tour object- IP cam tour mode settings - ip_cams object[]- Possible values: - <= 32- The model describes the list of cameras used in 'Tour' splash screen name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier timeout integer- Camera changing interval in seconds - quad_splitter object- This model provides information used for configuring 'Quad' splash screen - This option is disabled in AQ-07LA model - ip_cam_1 object- This model provides camera information used for configuring splash screen name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier - ip_cam_2 object- This model provides camera information used for configuring splash screen name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier - ip_cam_3 object- This model provides camera information used for configuring splash screen name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier - ip_cam_4 object- This model provides camera information used for configuring splash screen name string- Camera name url string- Camera RTSP url uuid uuid- Unique identifier 
- photo_frame- Photo frame splash screen settings directory_path string- Photo directory path clock_enable boolean- Determines whether the clock will be displayed in this type of splash screen 
{
  "enable": false,
  "mode": "clock",
  "ip_cam_mode": {
    "mode": "single",
    "single": {
      "name": "Cam1",
      "url": "rtsp://192.168.1.111:554/media/video1",
      "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
    },
    "tour": {
      "ip_cams": [
        {
          "name": "Cam1",
          "url": "rtsp://192.168.1.111:554/media/video1",
          "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
        }
      ],
      "timeout": 60
    },
    "quad_splitter": {
      "ip_cam_1": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
      },
      "ip_cam_2": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
      },
      "ip_cam_3": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
      },
      "ip_cam_4": {
        "name": "Cam1",
        "url": "rtsp://192.168.1.111:554/media/video1",
        "uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
      }
    }
  },
  "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 stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}