get-hdmi-output
Use the interface to get the status whether to output after decoding.
HTTP Request
GET http://ip/mwapi?method=get-hdmi-output
| Parameter | Description |
|---|---|
| method | get-hdmi-output |
Response Body
{
"status": 0,
"enabled": true,
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
| enabled | True indicates output after decoding is enabled, otherwise it is false. |