clear-connect-wifi
Use this interface to reset device to initial state (retInit=27) when it fails to configure Wi-Fi using connect-wifi-first.
HTTP Request
GET http://ip/usapi?method=clear-connect-wifi
Parameter | Description |
---|---|
method | clear-connect-wifi |
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. |