set-hdmi-output-mode
Use the interface to set HDMI Output mode.
Request Mode
POST http://ip/mwapi/set-hdmi-output-mode
{
"mode": 0
}
Parameter | Description |
---|---|
mode | The output mode 0: LOOPTHRU HDMI 1 1: LOOPTHRU HDMI 2 2: PGM |
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. |