set-hdmi-output
Use the interface to set whether to output after decoding.
HTTP Request
GET http://ip/mwapi?method=set-hdmi-output&enabled=false
| Parameter | Description |
|---|---|
| method | set-hdmi-output |
| enabled | True indicates output after decoding is enabled, otherwise it is false. |
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. |