switch-osd
Use the interface to enable or switch GFX.
Request Mode
POST http://ip/mwapi/switch-osd
Parameter | Description |
---|---|
osdId | The GFX ID. When osdID is 0, it indicates to cancel displaying the GFX. |
Response Body
JSON structure is as follows:
{
"message": "SUCCESS",
"status": 0
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |