set_pairing_status
Use the interface to enter or exit App pairing mode.
Request Mode
POST http://ip/mwapi/set-app-pairing-status
Parameter | Description |
---|---|
enable | Login mode. 1: enter the pairing mode, 0: exit the pairing mode |
{
"enable":true
}
Response Body
{
"message": "success",
"status": 0
}
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |