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