Disconnected

CreateInput

Name of the scene to add the input to as a scene item.

Name of the new input to create.

The kind of input to be created.

Settings object to initialize the input with.

Whether to set the created scene item to enabled or disabled.

{
  "requestType": "CreateInput",
  "requestData": {
    "sceneName": null,
    "inputName": null,
    "inputKind": null,
    "inputSettings": null,
    "sceneItemEnabled": false
  }
}
// No response... 
// Did you send your request?