set-connect-wifi-auto
Use this interface to set whether to allow your device to connect automatically to a Wi-Fi network.
HTTP Request
GET http://ip/usapi?method=set-connect-wifi-auto&name=magewell&is-auto=1
| Parameter | Description | 
|---|---|
| method | set-connect-wifi-auto | 
| name | Indicate Wi-Fi network name | 
| is-auto | whether to allow the device to connect automatically to a specific Wi-Fi | 
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. |