diff --git a/docs/generated/comments.json b/docs/generated/comments.json index fca8ab37..4ed4fd97 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -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", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 006d327c..051b7c13 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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 |