switch-presentation
Use the interface to switch presentations.
Request Mode
POST http://ip/mwapi/switch-presentation
Parameter | Description |
---|---|
id | The presentation ID |
{
"id":1
}
Response Body
JSON structure is as follows:
{
"state":0,
"message": "success"
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |