Disconnected

SetInputMute

Name of the input to set the mute state of.

Whether to mute the input or not.

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