Disconnected

SetInputSettings

Name of the input to set the settings of.

Object of settings to apply.

true = apply the settings on top of existing ones, false = reset the input to its defaults, then apply settings.

{
  "requestType": "SetInputSettings",
  "requestData": {
    "inputName": null,
    "inputSettings": null,
    "overlay": false
  }
}
// No response... 
// Did you send your request?