enable-surface
Use this interface to enable overlay function to enter status of waiting to work. Then you can make all overlays effective using set-enable-surface.
HTTP Request
GET http://ip/usapi?method=enable-surface&id=1&is-use=1
| Parameter | Description | 
|---|---|
| method | enable-surface | 
| id | Overlay ID, you can obtain it using get-surfaces. | 
| is-use | 0: disable 1: enable | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |