From 9c8f056d3e48f01101d7dda5547f6f55bebb09e1 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 15 Dec 2021 10:13:28 +0000 Subject: [PATCH] docs(ci): Update generated docs - 41a145c [skip ci] --- docs/generated/protocol.json | 8 ++++---- docs/generated/protocol.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 581dc364..aedc718a 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -84,8 +84,8 @@ "enumValue": "(1 << 8)" }, { - "description": "Subscription value to receive the `ExternalPluginEvent` event.", - "enumIdentifier": "ExternalPlugins", + "description": "Subscription value to receive the `VendorEvent` event.", + "enumIdentifier": "Vendors", "rpcVersion": "1", "deprecated": false, "initialVersion": "5.0.0", @@ -97,7 +97,7 @@ "rpcVersion": "1", "deprecated": false, "initialVersion": "5.0.0", - "enumValue": "(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | ExternalPlugins)" + "enumValue": "(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | Vendors)" }, { "description": "Subscription value to receive the `InputVolumeMeters` high-volume event.", @@ -2394,7 +2394,7 @@ { "description": "An event has been emitted from a vendor.\n\nA vendor is a unique name registered by a third-party plugin or script, which allows for custom requests and events to be added to obs-websocket.\nIf a plugin or script implements vendor requests or events, documentation is expected to be provided with them.", "eventType": "VendorEvent", - "eventSubscription": "ExternalPlugins", + "eventSubscription": "Vendors", "complexity": 3, "rpcVersion": "1", "deprecated": false, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 7e59aee0..5d7ef0ac 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -460,7 +460,7 @@ These are enumeration declarations, which are referenced throughout obs-websocke - [EventSubscription::Outputs](#eventsubscriptionoutputs) - [EventSubscription::SceneItems](#eventsubscriptionsceneitems) - [EventSubscription::MediaInputs](#eventsubscriptionmediainputs) - - [EventSubscription::ExternalPlugins](#eventsubscriptionexternalplugins) + - [EventSubscription::Vendors](#eventsubscriptionvendors) - [EventSubscription::All](#eventsubscriptionall) - [EventSubscription::InputVolumeMeters](#eventsubscriptioninputvolumemeters) - [EventSubscription::InputActiveStateChanged](#eventsubscriptioninputactivestatechanged) @@ -1155,9 +1155,9 @@ Subscription value to receive events in the `MediaInputs` category. --- -### EventSubscription::ExternalPlugins +### EventSubscription::Vendors -Subscription value to receive the `ExternalPluginEvent` event. +Subscription value to receive the `VendorEvent` event. - Identifier Value: `(1 << 9)` - Latest Supported RPC Version: `1` @@ -1169,7 +1169,7 @@ Subscription value to receive the `ExternalPluginEvent` event. Helper to receive all non-high-volume events. -- Identifier Value: `(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | ExternalPlugins)` +- Identifier Value: `(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | Vendors)` - Latest Supported RPC Version: `1` - Added in v5.0.0