mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - 25be7ee
[skip ci]
This commit is contained in:
@ -8802,7 +8802,8 @@
|
|||||||
"description": "Show or hide a specified source item in a specified scene.",
|
"description": "Show or hide a specified source item in a specified scene.",
|
||||||
"param": [
|
"param": [
|
||||||
"{String (optional)} `scene-name` Name of the scene the scene item belongs to. Defaults to the currently active scene.",
|
"{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"
|
"{boolean} `render` true = shown ; false = hidden"
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
@ -8816,10 +8817,15 @@
|
|||||||
"description": "Name of the scene the scene item belongs to. Defaults to the currently active scene."
|
"description": "Name of the scene the scene item belongs to. Defaults to the currently active scene."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "String",
|
"type": "String (optional)",
|
||||||
"name": "source",
|
"name": "source",
|
||||||
"description": "Scene Item name."
|
"description": "Scene Item name."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "int (optional)",
|
||||||
|
"name": "item",
|
||||||
|
"description": "Scene Item id"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"name": "render",
|
"name": "render",
|
||||||
|
@ -3474,7 +3474,8 @@ Show or hide a specified source item in a specified scene.
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | :---: | ------------|
|
| ---- | :---: | ------------|
|
||||||
| `scene-name` | _String (optional)_ | Name of the scene the scene item belongs to. Defaults to the currently active scene. |
|
| `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 |
|
| `render` | _boolean_ | true = shown ; false = hidden |
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user