add-nosignal-file
Added in V1.5
Use the interface to add JPEGs displayed when there is no signal. The JPEG image resolution should be no greater than 1920x1080, size should be no greater than 1MB. 2 images are supported.
HTTP Request
POST http://ip/usapi?method=add-nosignal-file
Parameter | Description |
---|---|
method | add-nosignal-file |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |