From c2aa7263bd0b0aa13b6dfd928cfc56181e5d4363 Mon Sep 17 00:00:00 2001 From: Azure CI <> Date: Thu, 28 Jan 2021 22:57:37 +0000 Subject: [PATCH] docs(ci): Update protocol.md - 25be7ee [skip ci] --- docs/generated/comments.json | 10 ++++++++-- docs/generated/protocol.md | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) 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 |