set-hdmi-output-mode
Use the interface to set the output mode of HDMI.
Request Mode
POST http://ip/mwapi/set-hdmi-output-mode
Parameter | Description |
---|---|
mode | The mode type 0: LOOPTHRU HDMI 1 1: LOOPTHRU HDMI 2 2: PGM |
Response Body
{
"status": 0,
}
Name | Description |
---|---|
status | 0: the setting is successful. Refer to API Status Codes to find specific description for other values. |