diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index cd8faa48..bcb6b37b 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -4489,6 +4489,28 @@ } ] }, + { + "description": "A scene item has been selected in the Ui.", + "eventType": "SceneItemSelected", + "eventSubscription": "SceneItems", + "complexity": 2, + "rpcVersion": "1", + "deprecated": false, + "initialVersion": "5.0.0", + "category": "scene items", + "dataFields": [ + { + "valueName": "sceneName", + "valueType": "String", + "valueDescription": "Name of the scene the item is in" + }, + { + "valueName": "sceneItemId", + "valueType": "Number", + "valueDescription": "Numeric ID of the scene item" + } + ] + }, { "description": "The transform/crop of a scene item has changed.", "eventType": "SceneItemTransformChanged", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 8ed573eb..7c7f66e4 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1274,6 +1274,7 @@ Subscription value to receive the `SceneItemTransformChanged` high-volume event. - [SceneItemListReindexed](#sceneitemlistreindexed) - [SceneItemEnableStateChanged](#sceneitemenablestatechanged) - [SceneItemLockStateChanged](#sceneitemlockstatechanged) + - [SceneItemSelected](#sceneitemselected) - [SceneItemTransformChanged](#sceneitemtransformchanged) - [Outputs](#outputs) - [StreamStateChanged](#streamstatechanged) @@ -1857,6 +1858,24 @@ A scene item's lock state has changed. --- +### SceneItemSelected + +A scene item has been selected in the Ui. + +- Complexity Rating: `2/5` +- Latest Supported RPC Version: `1` +- Added in v5.0.0 + + +**Data Fields:** + +| Name | Type | Description | +| ---- | :---: | ----------- | +| sceneName | String | Name of the scene the item is in | +| sceneItemId | Number | Numeric ID of the scene item | + +--- + ### SceneItemTransformChanged The transform/crop of a scene item has changed.