Switch presentation
1. API Description
This API is used to switch presentations.
Request mode:
- V2.6.0 and above: POST [ip]/mwapi/V2.0/presentation/switch-presentation
- V2.5.0 and below: POST [ip]/mwapi/switch-presentation
Administrator Rights | Logged-in |
---|---|
No | Yes |
2. Input Parameters
Name | Required | Type | Description |
---|---|---|---|
id | Yes | Int | Presentation ID, which can be obtained via Get presentation list |
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Int | Status code |
message | String | Status description |
4. Example
Switch to the presentation with ID 1.
Input Example
{
"id":1
}
Output Example
{
"message": "success",
"status": 0
}
5. Error Code
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Status | Definition | Description |
---|---|---|
7 | MW_STATUS_INVALID_ARG | Missing required parameters |
11 | MW_STATUS_DEVICE_BUSY | The App is in paring mode or scene editing mode. It is not allowed to switch |
39 | MW_STATUS_MISMATCH | The presentation does not exist |