close-softap
Added in V1.3
Use the interface to turn off AP mode.
HTTP Request
GET http://ip/usapi?method=close-softap
| Parameter | Description |
|---|---|
| method | close-softap |
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. |