Skip to main content

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

Responses

OK


Schema
  • enable boolean

    Determines whether the device will show splash screen after timeout

  • mode string

    Possible 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

Loading...