set-auto-switch
Use the interface to set the switch to control whether to automatically switch to the source once an HDMI, or Webcam source is connected with the device. (Apply to V2.3.1 and lower)
Request Mode
POST http://ip/mwapi/set-auto-switch
{
"autoSwitch":1
}
Name | Description |
---|---|
autoSwitch | 0: not switch 1: automatically switch to an HDMI or Webcam source when it is connected |
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. |