docs(ci): Update protocol.md - fcffa55 [skip ci]

This commit is contained in:
Azure CI 2021-04-18 19:53:39 +00:00
parent fcffa55af1
commit 39454bc13e
2 changed files with 3 additions and 3 deletions

View File

@ -9584,7 +9584,7 @@
"param": [
"{String} `sceneName` Name of the scene to create the scene item in",
"{String} `sourceName` Name of the source to be added",
"{boolean} `setVisible` Whether to make the sceneitem visible on creation or not. Default `true`"
"{boolean (optional)} `setVisible` Whether to make the sceneitem visible on creation or not. Default `true`"
],
"return": "{int} `itemId` Numerical ID of the created scene item",
"api": "requests",
@ -9610,7 +9610,7 @@
"description": "Name of the source to be added"
},
{
"type": "boolean",
"type": "boolean (optional)",
"name": "setVisible",
"description": "Whether to make the sceneitem visible on creation or not. Default `true`"
}

View File

@ -3776,7 +3776,7 @@ Creates a scene item in a scene. In other words, this is how you add a source in
| ---- | :---: | ------------|
| `sceneName` | _String_ | Name of the scene to create the scene item in |
| `sourceName` | _String_ | Name of the source to be added |
| `setVisible` | _boolean_ | Whether to make the sceneitem visible on creation or not. Default `true` |
| `setVisible` | _boolean (optional)_ | Whether to make the sceneitem visible on creation or not. Default `true` |
**Response Items:**