enable-station
Added at: V2.4
Use this interface to enable Wi-Fi function.
HTTP Request
GET http://ip/usapi?method=enable-station&enable-station=1
| Parameter | Description |
|---|---|
| method | Method name: enable-station |
| enable-station | Whether to enable Wi-Fi 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. |