Skip to content

Commit 2a7f270

Browse files
add missing EventSources and EventTypes (#435)
* add updated eventsources and eventtypes * chore: autoformat --------- Co-authored-by: Whipstickgostop <8366326+Whipstickgostop@users.noreply.github.com>
1 parent fb7505c commit 2a7f270

2 files changed

Lines changed: 97 additions & 8 deletions

File tree

streamerbot/3.api/3.csharp/5.enums/event-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ public class CPHInline
7676
| EventSource.StreamerBotRemote | [No description provied]{.text-muted .text-xs} |
7777
| EventSource.Streamlabs | [No description provied]{.text-muted .text-xs} |
7878
| EventSource.StreamlabsDesktop | [No description provied]{.text-muted .text-xs} |
79+
| EventSource.StreamLoots | [No description provied]{.text-muted .text-xs} |
7980
| EventSource.System | [No description provied]{.text-muted .text-xs} |
81+
| EventSource.Throne | [No description provied]{.text-muted .text-xs} |
8082
| EventSource.ThrowingSystem | [No description provied]{.text-muted .text-xs} |
8183
| EventSource.TipeeeStream | [No description provied]{.text-muted .text-xs} |
8284
| EventSource.TreatStream | [No description provied]{.text-muted .text-xs} |

streamerbot/3.api/3.csharp/5.enums/event-type.md

Lines changed: 95 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,22 @@ public class CPHInline
169169
| `EventType.ElgatoCameraHubWebcamWhiteBalanceTintChanged` | [No description provided]{.text-muted .text-xs} |
170170
| `EventType.ElgatoCameraHubWebcamZoomChanged` | [No description provided]{.text-muted .text-xs} |
171171

172+
### Elgato Control Center
173+
174+
| Value | Description |
175+
| --------------------------------------------------------- | ----------------------------------------------- |
176+
| `EventType.ElgatoControlCenterConnected` | [No description provided]{.text-muted .text-xs} |
177+
| `EventType.ElgatoControlCenterDeviceAdded` | [No description provided]{.text-muted .text-xs} |
178+
| `EventType.ElgatoControlCenterDeviceBrightnessChanged` | [No description provided]{.text-muted .text-xs} |
179+
| `EventType.ElgatoControlCenterDeviceConfigurationChanged` | [No description provided]{.text-muted .text-xs} |
180+
| `EventType.ElgatoControlCenterDeviceOff` | [No description provided]{.text-muted .text-xs} |
181+
| `EventType.ElgatoControlCenterDeviceOn` | [No description provided]{.text-muted .text-xs} |
182+
| `EventType.ElgatoControlCenterDevicePowerStateChanged` | [No description provided]{.text-muted .text-xs} |
183+
| `EventType.ElgatoControlCenterDeviceRemoved` | [No description provided]{.text-muted .text-xs} |
184+
| `EventType.ElgatoControlCenterDeviceRenamed` | [No description provided]{.text-muted .text-xs} |
185+
| `EventType.ElgatoControlCenterDeviceTemperatureChanged` | [No description provided]{.text-muted .text-xs} |
186+
| `EventType.ElgatoControlCenterDisconnected` | [No description provided]{.text-muted .text-xs} |
187+
172188
### Elgato Stream Deck
173189

174190
| Value | Description |
@@ -178,6 +194,27 @@ public class CPHInline
178194
| `EventType.StreamDeckDisconnected` | [No description provided]{.text-muted .text-xs} |
179195
| `EventType.StreamDeckInfo` | [No description provided]{.text-muted .text-xs} |
180196

197+
### Elgato Stream Deck MCP
198+
199+
| Value | Description |
200+
| ------------------------------------------- | ----------------------------------------------- |
201+
| `EventType.ElgatoStreamDeckMcpConnected` | [No description provided]{.text-muted .text-xs} |
202+
| `EventType.ElgatoStreamDeckMcpDisconnected` | [No description provided]{.text-muted .text-xs} |
203+
204+
### Elgato Studio
205+
206+
| Value | Description |
207+
| ------------------------------------------------ | ----------------------------------------------- |
208+
| `EventType.ElgatoStudioConnected` | [No description provided]{.text-muted .text-xs} |
209+
| `EventType.ElgatoStudioDisconnected` | [No description provided]{.text-muted .text-xs} |
210+
| `EventType.ElgatoStudioLevelChanged` | [No description provided]{.text-muted .text-xs} |
211+
| `EventType.ElgatoStudioPreviewFullscreenChanged` | [No description provided]{.text-muted .text-xs} |
212+
| `EventType.ElgatoStudioPreviewVolumeChanged` | [No description provided]{.text-muted .text-xs} |
213+
| `EventType.ElgatoStudioPreviewVolumeMuteChanged` | [No description provided]{.text-muted .text-xs} |
214+
| `EventType.ElgatoStudioRecordingChanged` | [No description provided]{.text-muted .text-xs} |
215+
| `EventType.ElgatoStudioRecordingFinished` | [No description provided]{.text-muted .text-xs} |
216+
| `EventType.ElgatoStudioSnapshotTaken` | [No description provided]{.text-muted .text-xs} |
217+
181218
### Elgato Wave Link
182219

183220
| Value | Description |
@@ -203,6 +240,28 @@ public class CPHInline
203240
| `EventType.ElgatoWaveLinkOutputVolumeChanged` | [No description provided]{.text-muted .text-xs} |
204241
| `EventType.ElgatoWaveLinkSelectedOutputChanged` | [No description provided]{.text-muted .text-xs} |
205242

243+
| Value | Description |
244+
| --------------------------------------------------- | ----------------------------------------------- |
245+
| `EventType.ElgatoWaveLinkV3ChannelEffectsChanged` | [No description provided]{.text-muted .text-xs} |
246+
| `EventType.ElgatoWaveLinkV3ChannelMuteChanged` | [No description provided]{.text-muted .text-xs} |
247+
| `EventType.ElgatoWaveLinkV3ChannelsChanged` | [No description provided]{.text-muted .text-xs} |
248+
| `EventType.ElgatoWaveLinkV3ChannelUpdated` | [No description provided]{.text-muted .text-xs} |
249+
| `EventType.ElgatoWaveLinkV3ChannelVolumeChanged` | [No description provided]{.text-muted .text-xs} |
250+
| `EventType.ElgatoWaveLinkV3Connected` | [No description provided]{.text-muted .text-xs} |
251+
| `EventType.ElgatoWaveLinkV3CreateProfileRequested` | [No description provided]{.text-muted .text-xs} |
252+
| `EventType.ElgatoWaveLinkV3Disconnected` | [No description provided]{.text-muted .text-xs} |
253+
| `EventType.ElgatoWaveLinkV3FocusedAppChanged` | [No description provided]{.text-muted .text-xs} |
254+
| `EventType.ElgatoWaveLinkV3InputDevicesChanged` | [No description provided]{.text-muted .text-xs} |
255+
| `EventType.ElgatoWaveLinkV3InputDeviceUpdated` | [No description provided]{.text-muted .text-xs} |
256+
| `EventType.ElgatoWaveLinkV3InputDspEffectsChanged` | [No description provided]{.text-muted .text-xs} |
257+
| `EventType.ElgatoWaveLinkV3InputGainChanged` | [No description provided]{.text-muted .text-xs} |
258+
| `EventType.ElgatoWaveLinkV3LevelMeterUpdated` | [No description provided]{.text-muted .text-xs} |
259+
| `EventType.ElgatoWaveLinkV3MainOutputDeviceChanged` | [No description provided]{.text-muted .text-xs} |
260+
| `EventType.ElgatoWaveLinkV3MixesChanged` | [No description provided]{.text-muted .text-xs} |
261+
| `EventType.ElgatoWaveLinkV3MixUpdated` | [No description provided]{.text-muted .text-xs} |
262+
| `EventType.ElgatoWaveLinkV3OutputDeviceUpdated` | [No description provided]{.text-muted .text-xs} |
263+
| `EventType.ElgatoWaveLinkV3OutputMixChanged` | [No description provided]{.text-muted .text-xs} |
264+
206265
### File
207266

208267
| Value | Description |
@@ -260,10 +319,13 @@ public class CPHInline
260319

261320
### Input
262321

263-
| Value | Description |
264-
| --------------------------- | ----------------------------------------------- |
265-
| `EventType.InputKeyPress` | [No description provided]{.text-muted .text-xs} |
266-
| `EventType.InputMouseClick` | [No description provided]{.text-muted .text-xs} |
322+
| Value | Description |
323+
| --------------------------------- | ----------------------------------------------- |
324+
| `EventType.InputControllerAxis` | [No description provided]{.text-muted .text-xs} |
325+
| `EventType.InputControllerButton` | [No description provided]{.text-muted .text-xs} |
326+
| `EventType.InputControllerHat` | [No description provided]{.text-muted .text-xs} |
327+
| `EventType.InputKeyPress` | [No description provided]{.text-muted .text-xs} |
328+
| `EventType.InputMouseClick` | [No description provided]{.text-muted .text-xs} |
267329

268330
### Kick
269331

@@ -277,9 +339,11 @@ public class CPHInline
277339
| `EventType.KickFirstWords` | [No description provided]{.text-muted .text-xs} |
278340
| `EventType.KickFollow` | [No description provided]{.text-muted .text-xs} |
279341
| `EventType.KickGiftSubscription` | [No description provided]{.text-muted .text-xs} |
342+
| `EventType.KickKicksGifted` | [No description provided]{.text-muted .text-xs} |
280343
| `EventType.KickMassGiftSubscription` | [No description provided]{.text-muted .text-xs} |
281344
| `EventType.KickPresentViewers` | [No description provided]{.text-muted .text-xs} |
282345
| `EventType.KickResubscription` | [No description provided]{.text-muted .text-xs} |
346+
| `EventType.KickRewardRedemption` | [No description provided]{.text-muted .text-xs} |
283347
| `EventType.KickSevenTVEmoteAdded` | [No description provided]{.text-muted .text-xs} |
284348
| `EventType.KickSevenTVEmoteRemoved` | [No description provided]{.text-muted .text-xs} |
285349
| `EventType.KickStreamOffline` | [No description provided]{.text-muted .text-xs} |
@@ -405,10 +469,10 @@ public class CPHInline
405469

406470
### Speech
407471

408-
| Value | Description |
409-
| --------------------------------- | ----------------------------------------------- |
410-
| `EventType.SpeechToTextCommand` | [No description provided]{.text-muted .text-xs} |
411-
| `EventType.SpeechToTextDictation` | [No description provided]{.text-muted .text-xs} |
472+
| Value | Description |
473+
| ------------------------------- | ----------------------------------------------- |
474+
| `EventType.SpeechToTextCommand` | [No description provided]{.text-muted .text-xs} |
475+
| `EventType.SpeechToTextLog` | [No description provided]{.text-muted .text-xs} | [No description provided]{.text-muted .text-xs} |
412476

413477
### StreamElements
414478

@@ -420,6 +484,15 @@ public class CPHInline
420484
| `EventType.StreamElementsMerch` | [No description provided]{.text-muted .text-xs} |
421485
| `EventType.StreamElementsTip` | [No description provided]{.text-muted .text-xs} |
422486

487+
### StreamLoots
488+
489+
| Value | Description |
490+
| ------------------------------------ | ----------------------------------------------- |
491+
| `EventType.StreamLootsCardRedeemed` | [No description provided]{.text-muted .text-xs} |
492+
| `EventType.StreamLootsPackGifted` | [No description provided]{.text-muted .text-xs} |
493+
| `EventType.StreamLootsPackPurchased` | [No description provided]{.text-muted .text-xs} |
494+
| `EventType.StreamLootsReaction` | [No description provided]{.text-muted .text-xs} |
495+
423496
### Streamer.bot
424497

425498
| Value | Description |
@@ -460,6 +533,15 @@ public class CPHInline
460533
| Value | Description |
461534
| ---------------------------------- | ----------------------------------------------- |
462535
| `EventType.SystemClipboardChanged` | [No description provided]{.text-muted .text-xs} |
536+
| `EventType.SystemCron` | [No description provided]{.text-muted .text-xs} |
537+
538+
### Throne
539+
540+
| Value | Description |
541+
| --------------------------------------- | ----------------------------------------------- |
542+
| `EventType.ThroneContributionPurchased` | [No description provided]{.text-muted .text-xs} |
543+
| `EventType.ThroneGiftCrowdfunded` | [No description provided]{.text-muted .text-xs} |
544+
| `EventType.ThroneGiftPurchased` | [No description provided]{.text-muted .text-xs} |
463545

464546
### T.I.T.S.
465547

@@ -569,6 +651,7 @@ public class CPHInline
569651
| `EventType.TwitchHypeTrainUpdate` | [No description provided]{.text-muted .text-xs} |
570652
| `EventType.TwitchModeratorAdded` | [No description provided]{.text-muted .text-xs} |
571653
| `EventType.TwitchModeratorRemoved` | [No description provided]{.text-muted .text-xs} |
654+
| `EventType.TwitchModiversary` | [No description provided]{.text-muted .text-xs} |
572655
| `EventType.TwitchPayItForward` | [No description provided]{.text-muted .text-xs} |
573656
| `EventType.TwitchPermittedTermsAdded` | [No description provided]{.text-muted .text-xs} |
574657
| `EventType.TwitchPermittedTermsDeleted` | [No description provided]{.text-muted .text-xs} |
@@ -577,6 +660,7 @@ public class CPHInline
577660
| `EventType.TwitchPollCreated` | [No description provided]{.text-muted .text-xs} |
578661
| `EventType.TwitchPollTerminated` | [No description provided]{.text-muted .text-xs} |
579662
| `EventType.TwitchPollUpdated` | [No description provided]{.text-muted .text-xs} |
663+
| `EventType.TwitchPowerUpRedemption` | [No description provided]{.text-muted .text-xs} |
580664
| `EventType.TwitchPredictionCanceled` | [No description provided]{.text-muted .text-xs} |
581665
| `EventType.TwitchPredictionCompleted` | [No description provided]{.text-muted .text-xs} |
582666
| `EventType.TwitchPredictionCreated` | [No description provided]{.text-muted .text-xs} |
@@ -615,6 +699,7 @@ public class CPHInline
615699
| `EventType.TwitchSharedChatUserTimedout` | [No description provided]{.text-muted .text-xs} |
616700
| `EventType.TwitchSharedChatUserUnbanned` | [No description provided]{.text-muted .text-xs} |
617701
| `EventType.TwitchSharedChatUserUntimedout` | [No description provided]{.text-muted .text-xs} |
702+
| `EventType.TwitchSharedModiversary` | [No description provided]{.text-muted .text-xs} |
618703
| `EventType.TwitchShieldModeBegin` | [No description provided]{.text-muted .text-xs} |
619704
| `EventType.TwitchShieldModeEnd` | [No description provided]{.text-muted .text-xs} |
620705
| `EventType.TwitchShoutoutCreated` | [No description provided]{.text-muted .text-xs} |
@@ -705,6 +790,7 @@ public class CPHInline
705790
| `EventType.YouTubeBroadcastUpdated` | [No description provided]{.text-muted .text-xs} |
706791
| `EventType.YouTubeFirstWords` | [No description provided]{.text-muted .text-xs} |
707792
| `EventType.YouTubeGiftMembershipReceived` | [No description provided]{.text-muted .text-xs} |
793+
| `EventType.YouTubeJewelsGifted` | [No description provided]{.text-muted .text-xs} |
708794
| `EventType.YouTubeMemberMileStone` | [No description provided]{.text-muted .text-xs} |
709795
| `EventType.YouTubeMembershipGift` | [No description provided]{.text-muted .text-xs} |
710796
| `EventType.YouTubeMessage` | [No description provided]{.text-muted .text-xs} |
@@ -723,3 +809,4 @@ public class CPHInline
723809
| `EventType.YouTubeSuperChat` | [No description provided]{.text-muted .text-xs} |
724810
| `EventType.YouTubeSuperSticker` | [No description provided]{.text-muted .text-xs} |
725811
| `EventType.YouTubeUserBanned` | [No description provided]{.text-muted .text-xs} |
812+
| `EventType.YouTubeUserTimedout` | [No description provided]{.text-muted .text-xs} |

0 commit comments

Comments
 (0)