Disconnected

CreateSceneItem

Name of the scene to create the new item in.

Name of the source to add to the scene.

Enable state to apply to the scene item on creation.

{
  "requestType": "CreateSceneItem",
  "requestData": {
    "sceneName": null,
    "sourceName": null,
    "sceneItemEnabled": false
  }
}
// No response... 
// Did you send your request?