set-ftb-status
Use the interface to set the FTB status of the scene.
Request Mode
POST http://ip/mwapi/set-ftb-status
Parameter | Description |
---|---|
ftb | 0: cancel FTB, 1: enable FTB |
Response Body
JSON structure is as follows:
{
"message": "success",
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |