docs(ci): Update generated docs - 41a145c [skip ci]

This commit is contained in:
Github Actions 2021-12-15 10:13:28 +00:00
parent 41a145c57c
commit 9c8f056d3e
2 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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