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

This commit is contained in:
Azure CI
2021-01-28 22:57:37 +00:00
parent 25be7ee14e
commit c2aa7263bd
2 changed files with 10 additions and 3 deletions

View File

@ -8802,7 +8802,8 @@
"description": "Show or hide a specified source item in a specified scene.",
"param": [
"{String (optional)} `scene-name` Name of the scene the scene item belongs to. Defaults to the currently active scene.",
"{String} `source` Scene Item name.",
"{String (optional)} `source` Scene Item name.",
"{int (optional)} `item` Scene Item id",
"{boolean} `render` true = shown ; false = hidden"
],
"api": "requests",
@ -8816,10 +8817,15 @@
"description": "Name of the scene the scene item belongs to. Defaults to the currently active scene."
},
{
"type": "String",
"type": "String (optional)",
"name": "source",
"description": "Scene Item name."
},
{
"type": "int (optional)",
"name": "item",
"description": "Scene Item id"
},
{
"type": "boolean",
"name": "render",

View File

@ -3474,7 +3474,8 @@ Show or hide a specified source item in a specified scene.
| Name | Type | Description |
| ---- | :---: | ------------|
| `scene-name` | _String (optional)_ | Name of the scene the scene item belongs to. Defaults to the currently active scene. |
| `source` | _String_ | Scene Item name. |
| `source` | _String (optional)_ | Scene Item name. |
| `item` | _int (optional)_ | Scene Item id |
| `render` | _boolean_ | true = shown ; false = hidden |