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 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 stringIP cam mode
single object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique 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 stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
timeout integerCamera 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 stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
ip_cam_2 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
ip_cam_3 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
ip_cam_4 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
photo_frame
Photo frame splash screen settings
directory_path stringPhoto directory path
clock_enable booleanDetermines 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 string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}