From adff8e781e89973dd13e9c183904e134fcf5fea4 Mon Sep 17 00:00:00 2001 From: Mustached_Maniac Date: Sun, 23 Aug 2026 15:48:47 -0500 Subject: [PATCH] moved assets and added new elgato triggers --- .../{ => channels}/assets/adjust-channel-volume.png | Bin .../assets/get-channel-information.png | Bin .../{ => channels}/assets/mute-channel.png | Bin .../assets/set-channel-effect-state.png | Bin .../{ => channels}/assets/set-channel-mix-mute.png | Bin .../{ => channels}/assets/set-channel-volume.png | Bin .../assets/get-input-device-information.png | Bin .../{ => inputs}/assets/mute-input-device.png | Bin .../assets/set-input-clipguard-state.png | Bin .../assets/set-input-gain-lock-state.png | Bin .../{ => inputs}/assets/set-input-gain.png | Bin .../{ => inputs}/assets/set-mic-pc-balance.png | Bin .../{ => mixes}/assets/adjust-mix-volume.png | Bin .../{ => mixes}/assets/get-mix-information.png | Bin .../{ => mixes}/assets/set-mix-volume.png | Bin .../assets/add-output-device-to-mix.png | Bin .../{ => outputs}/assets/set-monitored-mix.png | Bin .../{ => outputs}/assets/set-output-volume.png | Bin .../elgato/control-center/brightness-changed.md | 5 +++++ .../elgato/control-center/device-added.md | 5 +++++ .../control-center/device-configuration-changed.md | 5 +++++ .../control-center/device-power-state-changed.md | 5 +++++ .../elgato/control-center/device-powered-off.md | 5 +++++ .../elgato/control-center/device-powered-on.md | 5 +++++ .../elgato/control-center/device-removed.md | 5 +++++ .../elgato/control-center/device-renamed.md | 5 +++++ .../elgato/control-center/temperature-changed.md | 5 +++++ .../3.api/2.triggers/elgato/studio/connected.md | 5 +++++ .../3.api/2.triggers/elgato/studio/disconnected.md | 5 +++++ .../3.api/2.triggers/elgato/studio/level-changed.md | 5 +++++ .../elgato/studio/preview-fullscreen-changed.md | 5 +++++ .../elgato/studio/preview-volume-changed.md | 5 +++++ .../elgato/studio/preview-volume-mute-changed.md | 5 +++++ .../2.triggers/elgato/studio/recording-changed.md | 5 +++++ .../2.triggers/elgato/studio/recording-finished.md | 5 +++++ .../2.triggers/elgato/studio/snapshot-taken.md | 5 +++++ .../wave-link-3/channels/channel-effects-changed.md | 5 +++++ .../wave-link-3/channels/channel-mute-changed.md | 5 +++++ .../elgato/wave-link-3/channels/channel-updated.md | 5 +++++ .../wave-link-3/channels/channel-volume-changed.md | 5 +++++ .../elgato/wave-link-3/channels/channels-changed.md | 5 +++++ .../2.triggers/elgato/wave-link-3/connected.md | 5 +++++ .../2.triggers/elgato/wave-link-3/disconnected.md | 5 +++++ .../wave-link-3/inputs/dsp-effects-changed.md | 5 +++++ .../wave-link-3/inputs/input-device-updated.md | 5 +++++ .../wave-link-3/inputs/input-devices-changed.md | 5 +++++ .../elgato/wave-link-3/inputs/input-gain-changed.md | 5 +++++ .../elgato/wave-link-3/mixes/mix-updated.md | 5 +++++ .../elgato/wave-link-3/mixes/mixes-changed.md | 5 +++++ .../outputs/main-output-device-changed.md | 5 +++++ .../wave-link-3/outputs/output-device-updated.md | 5 +++++ .../wave-link-3/outputs/output-mix-changed.md | 5 +++++ .../wave-link-3/system/create-profile-requested.md | 5 +++++ .../wave-link-3/system/focused-app-changed.md | 5 +++++ .../wave-link-3/system/level-meter-updated.md | 5 +++++ 55 files changed, 185 insertions(+) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => channels}/assets/adjust-channel-volume.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => channels}/assets/get-channel-information.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => channels}/assets/mute-channel.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => channels}/assets/set-channel-effect-state.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => channels}/assets/set-channel-mix-mute.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => channels}/assets/set-channel-volume.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => inputs}/assets/get-input-device-information.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => inputs}/assets/mute-input-device.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => inputs}/assets/set-input-clipguard-state.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => inputs}/assets/set-input-gain-lock-state.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => inputs}/assets/set-input-gain.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => inputs}/assets/set-mic-pc-balance.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => mixes}/assets/adjust-mix-volume.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => mixes}/assets/get-mix-information.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => mixes}/assets/set-mix-volume.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => outputs}/assets/add-output-device-to-mix.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => outputs}/assets/set-monitored-mix.png (100%) rename streamerbot/3.api/1.sub-actions/elgato/wave-link-3/{ => outputs}/assets/set-output-volume.png (100%) create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/brightness-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-added.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-configuration-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-power-state-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-powered-off.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-powered-on.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-removed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/device-renamed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/control-center/temperature-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/connected.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/disconnected.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/level-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/preview-fullscreen-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/preview-volume-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/preview-volume-mute-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/recording-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/recording-finished.md create mode 100644 streamerbot/3.api/2.triggers/elgato/studio/snapshot-taken.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-effects-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-mute-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-updated.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-volume-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channels-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/connected.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/disconnected.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/dsp-effects-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-device-updated.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-devices-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-gain-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mix-updated.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mixes-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/main-output-device-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-device-updated.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-mix-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/system/create-profile-requested.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/system/focused-app-changed.md create mode 100644 streamerbot/3.api/2.triggers/elgato/wave-link-3/system/level-meter-updated.md diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/adjust-channel-volume.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/adjust-channel-volume.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/adjust-channel-volume.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/adjust-channel-volume.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-channel-information.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/get-channel-information.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-channel-information.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/get-channel-information.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/mute-channel.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/mute-channel.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/mute-channel.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/mute-channel.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-effect-state.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/set-channel-effect-state.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-effect-state.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/set-channel-effect-state.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-mix-mute.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/set-channel-mix-mute.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-mix-mute.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/set-channel-mix-mute.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-volume.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/set-channel-volume.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-volume.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/assets/set-channel-volume.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-input-device-information.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/get-input-device-information.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-input-device-information.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/get-input-device-information.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/mute-input-device.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/mute-input-device.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/mute-input-device.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/mute-input-device.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-clipguard-state.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-input-clipguard-state.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-clipguard-state.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-input-clipguard-state.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-gain-lock-state.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-input-gain-lock-state.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-gain-lock-state.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-input-gain-lock-state.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-gain.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-input-gain.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-gain.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-input-gain.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-mic-pc-balance.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-mic-pc-balance.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-mic-pc-balance.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/assets/set-mic-pc-balance.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/adjust-mix-volume.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/assets/adjust-mix-volume.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/adjust-mix-volume.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/assets/adjust-mix-volume.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-mix-information.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/assets/get-mix-information.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-mix-information.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/assets/get-mix-information.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-mix-volume.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/assets/set-mix-volume.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-mix-volume.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/assets/set-mix-volume.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/add-output-device-to-mix.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/assets/add-output-device-to-mix.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/add-output-device-to-mix.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/assets/add-output-device-to-mix.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-monitored-mix.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/assets/set-monitored-mix.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-monitored-mix.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/assets/set-monitored-mix.png diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-output-volume.png b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/assets/set-output-volume.png similarity index 100% rename from streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-output-volume.png rename to streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/assets/set-output-volume.png diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/brightness-changed.md b/streamerbot/3.api/2.triggers/elgato/control-center/brightness-changed.md new file mode 100644 index 00000000..987c2264 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/brightness-changed.md @@ -0,0 +1,5 @@ +--- +title: Brightness Changed +description: Triggers when the brightness has changed in Elgato Control Center +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-added.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-added.md new file mode 100644 index 00000000..8a4cec95 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-added.md @@ -0,0 +1,5 @@ +--- +title: Device Added +description: Triggers when a new device is added to Elgato Control Center +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-configuration-changed.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-configuration-changed.md new file mode 100644 index 00000000..b991ab52 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-configuration-changed.md @@ -0,0 +1,5 @@ +--- +title: Device Configuration Changed +description: Triggers when the configuration of a device in Elgato Control Center has changed +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-power-state-changed.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-power-state-changed.md new file mode 100644 index 00000000..a09b1b50 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-power-state-changed.md @@ -0,0 +1,5 @@ +--- +title: Device Power State Changed +description: Triggers when the power state of a device in Elgato Control Center has changed +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-powered-off.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-powered-off.md new file mode 100644 index 00000000..1cd78401 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-powered-off.md @@ -0,0 +1,5 @@ +--- +title: Device Powered Off +description: Triggers when a device in Elgato Control Center is powered off +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-powered-on.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-powered-on.md new file mode 100644 index 00000000..3e2579c7 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-powered-on.md @@ -0,0 +1,5 @@ +--- +title: Device Powered On +description: Triggers when a device in Elgato Control Center is powered on +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-removed.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-removed.md new file mode 100644 index 00000000..390971a1 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-removed.md @@ -0,0 +1,5 @@ +--- +title: Device Removed +description: Triggers when a device is removed from Elgato Control Center +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/device-renamed.md b/streamerbot/3.api/2.triggers/elgato/control-center/device-renamed.md new file mode 100644 index 00000000..9ee0950f --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/device-renamed.md @@ -0,0 +1,5 @@ +--- +title: Device Renamed +description: Triggers when a device in Elgato Control Center is renamed +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/control-center/temperature-changed.md b/streamerbot/3.api/2.triggers/elgato/control-center/temperature-changed.md new file mode 100644 index 00000000..2551f051 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/control-center/temperature-changed.md @@ -0,0 +1,5 @@ +--- +title: Temperature Changed +description: Triggers when the temperature of a device in Elgato Control Center has changed +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/connected.md b/streamerbot/3.api/2.triggers/elgato/studio/connected.md new file mode 100644 index 00000000..1972fd93 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/connected.md @@ -0,0 +1,5 @@ +--- +title: Connected +description: Triggers when Elgato Studio has connected +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/disconnected.md b/streamerbot/3.api/2.triggers/elgato/studio/disconnected.md new file mode 100644 index 00000000..58c78fb5 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/disconnected.md @@ -0,0 +1,5 @@ +--- +title: Disconnected +description: Triggers when Elgato Studio has disconnected +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/level-changed.md b/streamerbot/3.api/2.triggers/elgato/studio/level-changed.md new file mode 100644 index 00000000..3705adca --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/level-changed.md @@ -0,0 +1,5 @@ +--- +title: Level Changed +description: Triggers when the level has changed in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/preview-fullscreen-changed.md b/streamerbot/3.api/2.triggers/elgato/studio/preview-fullscreen-changed.md new file mode 100644 index 00000000..a4be5d22 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/preview-fullscreen-changed.md @@ -0,0 +1,5 @@ +--- +title: Preview/Fullscreen Changed +description: Triggers when the preview or fullscreen view has changed in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/preview-volume-changed.md b/streamerbot/3.api/2.triggers/elgato/studio/preview-volume-changed.md new file mode 100644 index 00000000..65f3af09 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/preview-volume-changed.md @@ -0,0 +1,5 @@ +--- +title: Preview Volume Changed +description: Triggers when the preview volume has changed in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/preview-volume-mute-changed.md b/streamerbot/3.api/2.triggers/elgato/studio/preview-volume-mute-changed.md new file mode 100644 index 00000000..a091e0d4 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/preview-volume-mute-changed.md @@ -0,0 +1,5 @@ +--- +title: Preview Volume Mute Changed +description: Triggers when the preview volume mute status has changed in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/recording-changed.md b/streamerbot/3.api/2.triggers/elgato/studio/recording-changed.md new file mode 100644 index 00000000..29bb544f --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/recording-changed.md @@ -0,0 +1,5 @@ +--- +title: Recording Changed +description: Triggers when the recording status has changed in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/recording-finished.md b/streamerbot/3.api/2.triggers/elgato/studio/recording-finished.md new file mode 100644 index 00000000..532b6e4e --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/recording-finished.md @@ -0,0 +1,5 @@ +--- +title: Recording Finished +description: Triggers when a recording in Elgato Studio has finished +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/studio/snapshot-taken.md b/streamerbot/3.api/2.triggers/elgato/studio/snapshot-taken.md new file mode 100644 index 00000000..822030a4 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/studio/snapshot-taken.md @@ -0,0 +1,5 @@ +--- +title: Snapshot Taken +description: Triggers when a snapshot is taken in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-effects-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-effects-changed.md new file mode 100644 index 00000000..bcb13b3f --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-effects-changed.md @@ -0,0 +1,5 @@ +--- +title: Channel Effects Changed +description: Triggers when a channel effects have changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-mute-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-mute-changed.md new file mode 100644 index 00000000..e64b1476 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-mute-changed.md @@ -0,0 +1,5 @@ +--- +title: Channel Mute Changed +description: Triggers when a channel mute status has changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-updated.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-updated.md new file mode 100644 index 00000000..e570a435 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-updated.md @@ -0,0 +1,5 @@ +--- +title: Channel Updated +description: Triggers when a channel has been updated in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-volume-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-volume-changed.md new file mode 100644 index 00000000..6b6987e6 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channel-volume-changed.md @@ -0,0 +1,5 @@ +--- +title: Channel Volume Changed +description: Triggers when a channel volume has changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channels-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channels-changed.md new file mode 100644 index 00000000..91658fd1 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/channels/channels-changed.md @@ -0,0 +1,5 @@ +--- +title: Channels Changed +description: Triggers when any channel effects have changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/connected.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/connected.md new file mode 100644 index 00000000..2d8e0109 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/connected.md @@ -0,0 +1,5 @@ +--- +title: Connected +description: Triggers when Wave Link 3 has connected +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/disconnected.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/disconnected.md new file mode 100644 index 00000000..fb768527 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/disconnected.md @@ -0,0 +1,5 @@ +--- +title: Disconnected +description: Triggers when Wave Link 3 has disconnected +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/dsp-effects-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/dsp-effects-changed.md new file mode 100644 index 00000000..40133558 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/dsp-effects-changed.md @@ -0,0 +1,5 @@ +--- +title: DSP Effects Changed +description: Triggers when DSP effects have changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-device-updated.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-device-updated.md new file mode 100644 index 00000000..6dbc8ebc --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-device-updated.md @@ -0,0 +1,5 @@ +--- +title: Input Device Updated +description: Triggers when an input device has been updated in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-devices-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-devices-changed.md new file mode 100644 index 00000000..3d74543c --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-devices-changed.md @@ -0,0 +1,5 @@ +--- +title: Input Devices Changed +description: Triggers when any input devices have changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-gain-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-gain-changed.md new file mode 100644 index 00000000..08a1d89f --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/inputs/input-gain-changed.md @@ -0,0 +1,5 @@ +--- +title: Input Gain Changed +description: Triggers when the gain of an input device has changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mix-updated.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mix-updated.md new file mode 100644 index 00000000..bd44f400 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mix-updated.md @@ -0,0 +1,5 @@ +--- +title: Mix Updated +description: Triggers when a mix has been updated in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mixes-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mixes-changed.md new file mode 100644 index 00000000..8f5a3d84 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/mixes/mixes-changed.md @@ -0,0 +1,5 @@ +--- +title: Mixes Changed +description: Triggers when any mixes have changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/main-output-device-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/main-output-device-changed.md new file mode 100644 index 00000000..d1119172 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/main-output-device-changed.md @@ -0,0 +1,5 @@ +--- +title: Main Output Device Changed +description: Triggers when the main output device has changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-device-updated.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-device-updated.md new file mode 100644 index 00000000..4fdaee3f --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-device-updated.md @@ -0,0 +1,5 @@ +--- +title: Output Device Updated +description: Triggers when an output device has been updated in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-mix-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-mix-changed.md new file mode 100644 index 00000000..0e387062 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/outputs/output-mix-changed.md @@ -0,0 +1,5 @@ +--- +title: Output Mix Changed +description: Triggers when an output mix has changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/create-profile-requested.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/create-profile-requested.md new file mode 100644 index 00000000..bd4ba37a --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/create-profile-requested.md @@ -0,0 +1,5 @@ +--- +title: Create Profile Requested +description: Triggers when a request to create a new profile is received in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/focused-app-changed.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/focused-app-changed.md new file mode 100644 index 00000000..46fb2720 --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/focused-app-changed.md @@ -0,0 +1,5 @@ +--- +title: Focused App Changed +description: Triggers when the focused application has changed in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/level-meter-updated.md b/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/level-meter-updated.md new file mode 100644 index 00000000..aa40139b --- /dev/null +++ b/streamerbot/3.api/2.triggers/elgato/wave-link-3/system/level-meter-updated.md @@ -0,0 +1,5 @@ +--- +title: Level Meter Updated +description: Triggers when the level meter has been updated in Wave Link 3 +version: 1.1.0 +--- \ No newline at end of file