set-launch-scene
Use the interface to set the current landing scene.
Request Mode
POST http://ip/mwapi/set-launch-scene
{
"launchScene":21
}
Name | Description |
---|---|
launchScene | The landing scene ID |
Response Body
{
"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. |