use-nosignal-file
Added in V1.5
Use the interface to turn on/off the no signal image function.
HTTP Request
GET http://ip/usapi?method=use-nosignal-file&use-nosignal-file=0
| Parameter | Description |
|---|---|
| method | use-nosignal-file |
| use-nosignal-file | 0: Disable no signal image function. 1: Enable no signal image function. |
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. |