diff --git a/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-brightness.png b/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-brightness.png new file mode 100644 index 00000000..02fa604e Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-brightness.png differ diff --git a/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-power-state.png b/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-power-state.png new file mode 100644 index 00000000..dbcd8d4f Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-power-state.png differ diff --git a/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-temperature.png b/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-temperature.png new file mode 100644 index 00000000..f013b50c Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/control-center/assets/set-temperature.png differ diff --git a/streamerbot/3.api/1.sub-actions/elgato/control-center/brightness/set-brightness.md b/streamerbot/3.api/1.sub-actions/elgato/control-center/brightness/set-brightness.md new file mode 100644 index 00000000..e24cae89 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/control-center/brightness/set-brightness.md @@ -0,0 +1,16 @@ +--- +title: Set Power State +description: Set the power state of the selected device in Elgato Control Center +version: 1.1.0 +parameters: + - name: Device + type: Select + required: true + description: Device to set the power state for + - name: Brightness + type: number + required: true + description: Brightness level for the device + minimum: 0 + maximum: 100 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/control-center/power/set-power-state.md b/streamerbot/3.api/1.sub-actions/elgato/control-center/power/set-power-state.md new file mode 100644 index 00000000..062f4b96 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/control-center/power/set-power-state.md @@ -0,0 +1,18 @@ +--- +title: Set Power State +description: Set the power state of the selected device in Elgato Control Center +version: 1.1.0 +parameters: + - name: Device + type: Select + required: true + description: Device to set the power state for + - name: State + type: Select + required: true + description: Power state for the device + options: + - Off + - On + - Toggle +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/control-center/temperature/set-temperature.md b/streamerbot/3.api/1.sub-actions/elgato/control-center/temperature/set-temperature.md new file mode 100644 index 00000000..79f06b4c --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/control-center/temperature/set-temperature.md @@ -0,0 +1,14 @@ +--- +title: Set Temperature +description: Set the temperature of the selected device in Elgato Control Center +version: 1.1.0 +parameters: + - name: Device + type: Select + required: true + description: Device to set the temperature for + - name: Temperature + type: number + required: true + description: Temperature level for the device +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/assets/set-preview-volume.png b/streamerbot/3.api/1.sub-actions/elgato/studio/assets/set-preview-volume.png new file mode 100644 index 00000000..aa353767 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/studio/assets/set-preview-volume.png differ diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/open-storage-location.md b/streamerbot/3.api/1.sub-actions/elgato/studio/open-storage-location.md new file mode 100644 index 00000000..418974f4 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/open-storage-location.md @@ -0,0 +1,5 @@ +--- +title: Open Storage Location +description: Open the storage location of the Elgato Studio application +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/preview/get-preview-info.md b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/get-preview-info.md new file mode 100644 index 00000000..f254034d --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/get-preview-info.md @@ -0,0 +1,5 @@ +--- +title: Get Preview Info +description: Retrieve information about the current preview in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-fullscreen-state.md b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-fullscreen-state.md new file mode 100644 index 00000000..31a2d585 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-fullscreen-state.md @@ -0,0 +1,13 @@ +--- +title: Set Preview Fullscreen State +description: Set the fullscreen state of the current preview in Elgato Studio +version: 1.1.0 +parameters: + - name: State + type: Select + required: true + description: Fullscreen state for the preview + options: + - Enabled + - Disabled +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-mute-state.md b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-mute-state.md new file mode 100644 index 00000000..3952072a --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-mute-state.md @@ -0,0 +1,13 @@ +--- +title: Set Preview Mute State +description: Set the mute state of the current preview in Elgato Studio +version: 1.1.0 +parameters: + - name: State + type: Select + required: true + description: Mute state for the preview + options: + - Enabled + - Disabled +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-volume.md b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-volume.md new file mode 100644 index 00000000..52591162 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/preview/set-preview-volume.md @@ -0,0 +1,12 @@ +--- +title: Set Preview Volume +description: Set the volume level of the current preview in Elgato Studio +version: 1.1.0 +parameters: + - name: Volume + type: number + required: true + description: Volume level for the preview + minimum: 0 + maximum: 100 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/recording/get-last-recording-info.md b/streamerbot/3.api/1.sub-actions/elgato/studio/recording/get-last-recording-info.md new file mode 100644 index 00000000..4c479028 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/recording/get-last-recording-info.md @@ -0,0 +1,5 @@ +--- +title: Get Last Recording Info +description: Retrieve information about the last recording in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/recording/get-recording-info.md b/streamerbot/3.api/1.sub-actions/elgato/studio/recording/get-recording-info.md new file mode 100644 index 00000000..47679c39 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/recording/get-recording-info.md @@ -0,0 +1,5 @@ +--- +title: Get Recording Info +description: Retrieve information about the current recording in Elgato Studio +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/recording/set-recording-state.md b/streamerbot/3.api/1.sub-actions/elgato/studio/recording/set-recording-state.md new file mode 100644 index 00000000..90c74d24 --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/recording/set-recording-state.md @@ -0,0 +1,13 @@ +--- +title: Set Recording State +description: Set the state of the current recording in Elgato Studio +version: 1.1.0 +parameters: + - name: State + type: Select + required: true + description: Recording state + options: + - Enabled + - Disabled +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/studio/take-snapshot.md b/streamerbot/3.api/1.sub-actions/elgato/studio/take-snapshot.md new file mode 100644 index 00000000..5b9ecb9d --- /dev/null +++ b/streamerbot/3.api/1.sub-actions/elgato/studio/take-snapshot.md @@ -0,0 +1,5 @@ +--- +title: Take Snapshot +description: Takes a snapshot of the current Elgato Studio view +version: 1.1.0 +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/add-application-to-channel.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/add-application-to-channel.md deleted file mode 100644 index 65f87f04..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/add-application-to-channel.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Add Application to Channel -description: Add an application to a specific audio channel -version: 1.1.0 -parameters: - - name: Mix - type: Select - required: true - description: Mix to add to the audio channel ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/adjust-channel-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/adjust-channel-volume.md deleted file mode 100644 index ff38524e..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/adjust-channel-volume.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Adjust Channel Volume -description: Adjust the volume of an audio channel -version: 1.1.0 -parameters: - - name: Channel - type: Select - required: true - description: Audio channel you want to affect - - name: Mix - type: Select - required: true - description: Desired mix of the channel you want to affect - - name: Volume Delta - type: Number - description: Will add/subtract from the current volume - default: +5 ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/get-channel-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/get-channel-information.md deleted file mode 100644 index 12b785d5..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/get-channel-information.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Get Channel Information -description: Retrieve information about an audio channel -version: 1.1.0 -parameters: - - name: Channel - type: Select - required: true - description: Audio channel you want to obtain the current information for -variables: - - name: waveLinkChannelId - type: string - description: Identifier of the channel ID - value: PCM_OUT_00_V_00_SD1 - - name: waveLinkChannelName - type: string - description: Name of the channel - value: System - - name: waveLinkChannelVolume - type: number - description: Current volume level of the channel - value: 1 - - name: waveLinkChannelMuted - type: bool - description: Indicates if the channel is muted - value: false - - name: waveLinkChannelLevel - type: number - description: Current volume level of the channel - value: 1 - - name: waveLinkChannelEffectsCount - type: number - description: Current number of effects applied to the channel - value: 0 - - name: waveLinkChannelMixesCount - type: number - description: Current number of mixes the channel is part of - value: 2 - - name: waveLinkChannelMix.0.id - type: string - description: ID of the first mix the channel is part of - value: PCM_IN_01_V_00_SD1 - - name: waveLinkChannelMix.0.name - type: string - description: Name of the first mix the channel is part of - value: Testing Name Mix - - name: waveLinkChannelMix.0.level - type: number - description: Volume level of the first mix the channel is part of - value: 1 - - name: waveLinkChannelMix.0.muted - type: bool - description: Indicates if the first mix the channel is part of is muted - value: false - - name: waveLinkChannelMix.1.id - type: string - description: ID of the second mix the channel is part of - value: PCM_IN_01_V_02_SD2 - - name: waveLinkChannelMix.1.name - type: string - description: Name of the second mix the channel is part of - value: Stream Mix - - name: waveLinkChannelMix.1.level - type: number - description: Volume level of the second mix the channel is part of - value: 1 - - name: waveLinkChannelMix.1.muted - type: bool - description: Indicates if the second mix the channel is part of is muted - value: false ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/mute-channel.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/mute-channel.md deleted file mode 100644 index 630ff18f..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/mute-channel.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Mute Channel -description: Mute a specific audio channel -version: 1.1.0 -parameters: - - name: Channel - type: Select - required: true - description: Audio channel you want to affect - - name: State - type: Select - required: true - description: | - Mute State - Options: `Muted`, `Not Muted`, `Toggle` - default: Muted ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-effect-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-effect-state.md deleted file mode 100644 index cd5a03f6..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-effect-state.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Set Channel Effect State -description: Set the state of a specific effect within an audio channel -version: 1.1.0 -parameters: - - name: Channel - type: Select - required: true - description: Audio channel you want to affect - - name: Effect - type: Select - required: true - description: Effect which should be applied to the audio channel - - name: State - type: Select - required: true - description: | - Effect State - Options: `Disabled`, `Enabled`, `Toggle` - default: Disabled ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-mix-mute.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-mix-mute.md deleted file mode 100644 index 2b7b6ecc..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-mix-mute.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Set Channel Mix Mute -description: Mute a specific mix within an audio channel -version: 1.1.0 -parameters: - - name: Channel - type: Select - required: true - description: Audio channel you want to affect - - name: Mix - type: Select - required: true - description: Mix which should be affected - - name: State - type: Select - required: true - description: | - Mute State - Options: `Muted`, `Not Muted`, `Toggle` - default: Muted ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-volume.md deleted file mode 100644 index 7cf899a4..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/channels/set-channel-volume.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Set Channel Volume -description: Set the output volume of an audio channel -version: 1.1.0 -parameters: - - name: Channel - type: Select - required: true - description: Audio channel you want to affect - - name: Mix - type: Select - required: true - description: Audio input mix you want to affect - - name: Volume - type: Number - required: true - description: Volume of the audio input mix - default: 100 ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/get-input-device-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/get-input-device-information.md deleted file mode 100644 index 54b1c539..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/get-input-device-information.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Get Input Device Information -description: Retrieve information about an audio input device -version: 1.1.0 -parameters: - - name: Input Device - type: Select - required: true - description: Audio input device you want to obtain the current information for -variables: - - name: waveLinkInputDeviceId - type: string - description: Identifier of the input device - value: '{0.0.1.00000000}.{96e65e84-0aaf-4b18-8f69-3da2d478b3d4}' - - name: waveLinkInputDeviceName - type: string - description: Name of the input device - value: Microphone (2- Realtek USB2.0 Audio) - - name: waveLinkInputDeviceType - type: string - description: Type of the input device - value: thirdParty - - name: waveLinkInputDeviceGain - type: number - description: Current gain level of the input device - value: 0.5541552 - - name: waveLinkInputDeviceMuted - type: bool - description: Indicates if the input device is muted - value: false - - name: waveLinkInputDeviceMicPcMix - type: number - description: Current microphone/PC mix level of the input device - value: 0 - - name: waveLinkInputDeviceClipGuard - type: bool - description: Indicates if the input device has clip guard enabled - value: false - - name: waveLinkInputDeviceLowCutFilter - type: bool - description: Indicates if the input device has low cut filter enabled - value: false - - name: waveLinkInputDeviceChannelCount - type: number - description: Number of channels of the input device - value: 0 - - name: waveLinkInputChannelId - type: string - description: Identifier of the input channel - value: - - name: waveLinkInputChannelName - type: string - description: Name of the input channel - value: - - name: waveLinkInputChannelVolume - type: number - description: Current volume level of the channel - value: 0 - - name: waveLinkInputChannelMuted - type: bool - description: Indicates if the input channel is muted - value: false ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/mute-input-device.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/mute-input-device.md deleted file mode 100644 index b6580491..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/mute-input-device.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Mute Input Device -description: Mute a specific audio input device -version: 1.1.0 -parameters: - - name: Input Device - type: Select - required: true - description: Audio input device you want to affect - - name: State - type: Select - required: true - description: | - State - Options: `Muted`, `Not Muted`, `Toggle` - default: Muted ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-clipguard-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-clipguard-state.md deleted file mode 100644 index a671455d..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-clipguard-state.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Set Input Clipguard State -description: Sets the clipguard state of a specific audio input device -version: 1.1.0 -parameters: - - name: Input Device - type: Select - required: true - description: Audio input device you want to affect - - name: State - type: Select - required: true - description: | - State - Options: `Enabled`, `Disabled`, `Toggle` - default: Enabled ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-gain-lock-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-gain-lock-state.md deleted file mode 100644 index ff79efd4..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-gain-lock-state.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Set Input Gain Lock State -description: Sets the gain lock state of a specific audio input device -version: 1.1.0 -parameters: - - name: Input Device - type: Select - required: true - description: Audio input device you want to affect - - name: State - type: Select - required: true - description: | - State - Options: `Enabled`, `Disabled`, `Toggle` - default: Enabled ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-gain.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-gain.md deleted file mode 100644 index dc9f24c0..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-gain.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Set Input Gain -description: Sets the gain of a specific audio input device -version: 1.1.0 -parameters: - - name: Input Device - type: Select - required: true - description: Audio input device you want to affect - - name: Gain - type: number - required: true - description: | - Gain - Range: `0` to `1` db - default: Enabled ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-low-cut-filter.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-low-cut-filter.md deleted file mode 100644 index 34cda478..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/inputs/set-input-low-cut-filter.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Set Input Low Cut Filter -description: Sets the low cut filter state of a specific audio input device -version: 1.1.0 -parameters: - - name: Input Device - type: Select - required: true - description: Audio input device you want to affect - - name: State - type: Select - required: true - description: | - State - Options: `Enabled`, `Disabled`, `Toggle` - default: Enabled ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/adjust-mix-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/adjust-mix-volume.md deleted file mode 100644 index 117f496c..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/adjust-mix-volume.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Adjust Mix Volume -description: Adjust the volume of an audio mix -version: 1.1.0 -parameters: - - name: Mix - type: Select - required: true - description: Audio mix you want to affect - - name: Volume Delta - type: Number - description: Will add/subtract from the current volume - default: +5 ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/get-mix-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/get-mix-information.md deleted file mode 100644 index 496b6d50..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/get-mix-information.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Get Mix Information -description: Retrieve information about an audio mix -version: 1.1.0 -parameters: - - name: Mix - type: Select - required: true - description: Audio mix you want to obtain the current information for -variables: - - name: waveLinkMixId - type: string - description: Identifier of the mix ID - value: PCM_IN_01_V_04_SD3 - - name: waveLinkMixName - type: string - description: Name of the mix - value: Chat Mix - - name: waveLinkMixVolume - type: number - description: Current volume level of the mix - value: 1 - - name: waveLinkMixMuted - type: bool - description: Indicates if the mix is muted - value: false ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/set-mix-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/set-mix-volume.md deleted file mode 100644 index 58b7d891..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/mixes/set-mix-volume.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Set Mix Volume -description: Sets the volume of a specific audio mix -version: 1.1.0 -parameters: - - name: Mix - type: Select - required: true - description: Audio mix you want to affect - - name: Volume - type: number - required: true - description: | - Gain - Range: `0` to `100` db - default: 100 ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/add-output-to-device-mix.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/add-output-to-device-mix.md deleted file mode 100644 index a9be56e7..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/add-output-to-device-mix.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Add Output Device to Mix -description: Adds an output device to a specific audio mix -version: 1.1.0 -parameters: - - name: Output Device - type: Select - required: true - description: Audio output device you want to add to the mix - - name: Mix - type: Select - required: true - description: Audio mix you want to add the output device to ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/get-selected-output-device.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/get-selected-output-device.md deleted file mode 100644 index a5d4b65a..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/get-selected-output-device.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Get Selected Output Device -description: Retrieve information about the currently selected audio output device -version: 1.1.0 -variables: - - name: waveLinkOutputDeviceId - type: string - description: Identifier of the output device - value: '{0.0.0.00000000}.{51228b0e-d9af-4c0f-a03c-934a19a8cb23}' - - name: waveLinkOutputDeviceName - type: string - description: Name of the output device - value: SPDIF Interface (2- Realtek USB2.0 Audio) - - name: waveLinkOutputId - type: string - description: Identifier of the output device - value: '{0.0.0.00000000}.{51228b0e-d9af-4c0f-a03c-934a19a8cb23}' ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/set-monitored-mix.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/set-monitored-mix.md deleted file mode 100644 index a12ad1c6..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/set-monitored-mix.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Set Monitored Mix -description: Sets the mix to monitor -version: 1.1.0 -parameters: - - name: Monitored Mix - type: Select - required: true - description: Audio mix you want to affect ---- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/set-output-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/set-output-volume.md deleted file mode 100644 index 61b9da54..00000000 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3.x/outputs/set-output-volume.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Set Output Volume -description: Sets the volume of a specific audio output -version: 1.1.0 -parameters: - - name: Output Device - type: Select - required: true - description: Audio output device you want to affect - - name: Volume - type: number - required: true - description: | - Gain - Range: `0` to `100` - default: 100 ---- 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/assets/add-output-device-to-mix.png new file mode 100644 index 00000000..fb310199 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/add-output-device-to-mix.png differ 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/assets/adjust-channel-volume.png new file mode 100644 index 00000000..2b9b8036 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/adjust-channel-volume.png differ 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/assets/adjust-mix-volume.png new file mode 100644 index 00000000..2e365c80 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/adjust-mix-volume.png differ 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/assets/get-channel-information.png new file mode 100644 index 00000000..9b89ad92 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-channel-information.png differ 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/assets/get-input-device-information.png new file mode 100644 index 00000000..c4cc547a Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-input-device-information.png differ 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/assets/get-mix-information.png new file mode 100644 index 00000000..f9905837 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/get-mix-information.png differ 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/assets/mute-channel.png new file mode 100644 index 00000000..c4987a07 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/mute-channel.png differ 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/assets/mute-input-device.png new file mode 100644 index 00000000..a62b0821 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/mute-input-device.png differ 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/assets/set-channel-effect-state.png new file mode 100644 index 00000000..97a3c6e2 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-effect-state.png differ 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/assets/set-channel-mix-mute.png new file mode 100644 index 00000000..75012d61 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-mix-mute.png differ 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/assets/set-channel-volume.png new file mode 100644 index 00000000..0b2ccc38 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-channel-volume.png differ 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/assets/set-input-clipguard-state.png new file mode 100644 index 00000000..c9c55c9d Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-clipguard-state.png differ 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/assets/set-input-gain-lock-state.png new file mode 100644 index 00000000..fa80254f Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-gain-lock-state.png differ 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/assets/set-input-gain.png new file mode 100644 index 00000000..5d9a2bcc Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-input-gain.png differ 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/assets/set-mic-pc-balance.png new file mode 100644 index 00000000..434f6ebc Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-mic-pc-balance.png differ 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/assets/set-mix-volume.png new file mode 100644 index 00000000..21bf8aaf Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-mix-volume.png differ 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/assets/set-monitored-mix.png new file mode 100644 index 00000000..442c5385 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-monitored-mix.png differ 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/assets/set-output-volume.png new file mode 100644 index 00000000..f9ac8418 Binary files /dev/null and b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/assets/set-output-volume.png differ diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/add-application-to-channel.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/add-application-to-channel.md index d7119257..587f2fe5 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/add-application-to-channel.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/add-application-to-channel.md @@ -7,5 +7,4 @@ parameters: type: Select required: true description: Mix to add to the audio channel ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/adjust-channel-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/adjust-channel-volume.md index c73f3a39..f8d3aed7 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/adjust-channel-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/adjust-channel-volume.md @@ -15,5 +15,4 @@ parameters: type: Number description: Will add/subtract from the current volume default: +5 ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/get-channel-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/get-channel-information.md index c25b7667..2112243d 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/get-channel-information.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/get-channel-information.md @@ -68,5 +68,4 @@ variables: type: bool description: Indicates if the second mix the channel is part of is muted value: false ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/mute-channel.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/mute-channel.md index f735669a..0cc6b4a1 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/mute-channel.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/mute-channel.md @@ -14,5 +14,4 @@ parameters: Mute State Options: `Muted`, `Not Muted`, `Toggle` default: Muted ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-effect-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-effect-state.md index ac14eb2a..123a4414 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-effect-state.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-effect-state.md @@ -18,5 +18,4 @@ parameters: Effect State Options: `Disabled`, `Enabled`, `Toggle` default: Disabled ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-mix-mute.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-mix-mute.md index 5174bd63..8a377a28 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-mix-mute.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-mix-mute.md @@ -18,5 +18,4 @@ parameters: Mute State Options: `Muted`, `Not Muted`, `Toggle` default: Muted ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-volume.md index 23424050..4fc40662 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/channels/set-channel-volume.md @@ -16,5 +16,4 @@ parameters: required: true description: Volume of the audio input mix default: 100 ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/get-input-device-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/get-input-device-information.md index a308145a..275430a4 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/get-input-device-information.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/get-input-device-information.md @@ -11,7 +11,7 @@ variables: - name: waveLinkInputDeviceId type: string description: Identifier of the input device - value: "{0.0.1.00000000}.{96e65e84-0aaf-4b18-8f69-3da2d478b3d4}" + value: '{0.0.1.00000000}.{96e65e84-0aaf-4b18-8f69-3da2d478b3d4}' - name: waveLinkInputDeviceName type: string description: Name of the input device @@ -60,5 +60,4 @@ variables: type: bool description: Indicates if the input channel is muted value: false ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/mute-input-device.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/mute-input-device.md index 27cee760..ada0d92a 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/mute-input-device.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/mute-input-device.md @@ -14,5 +14,4 @@ parameters: State Options: `Muted`, `Not Muted`, `Toggle` default: Muted ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-clipguard-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-clipguard-state.md index 7e681c5a..120ba629 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-clipguard-state.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-clipguard-state.md @@ -14,5 +14,4 @@ parameters: State Options: `Enabled`, `Disabled`, `Toggle` default: Enabled ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-gain-lock-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-gain-lock-state.md index 35217c92..b4398350 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-gain-lock-state.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-gain-lock-state.md @@ -14,5 +14,4 @@ parameters: State Options: `Enabled`, `Disabled`, `Toggle` default: Enabled ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-low-cut-filter.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-low-cut-filter.md index 24b26e7a..6f6416f9 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-low-cut-filter.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/inputs/set-input-low-cut-filter.md @@ -14,5 +14,4 @@ parameters: State Options: `Enabled`, `Disabled`, `Toggle` default: Enabled ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/adjust-mix-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/adjust-mix-volume.md index 25fdf373..55a6b8f9 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/adjust-mix-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/adjust-mix-volume.md @@ -11,5 +11,4 @@ parameters: type: Number description: Will add/subtract from the current volume default: +5 ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/get-mix-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/get-mix-information.md index 37a04380..6548159a 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/get-mix-information.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/mixes/get-mix-information.md @@ -24,5 +24,4 @@ variables: type: bool description: Indicates if the mix is muted value: false ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/add-output-to-device-mix.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/add-output-to-device-mix.md index 13cc53ce..fbc2d8b6 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/add-output-to-device-mix.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/add-output-to-device-mix.md @@ -11,5 +11,4 @@ parameters: type: Select required: true description: Audio mix you want to add the output device to ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/get-selected-output-device.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/get-selected-output-device.md index cb804284..05977d87 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/get-selected-output-device.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/get-selected-output-device.md @@ -6,7 +6,7 @@ variables: - name: waveLinkOutputDeviceId type: string description: Identifier of the output device - value: "{0.0.0.00000000}.{51228b0e-d9af-4c0f-a03c-934a19a8cb23}" + value: '{0.0.0.00000000}.{51228b0e-d9af-4c0f-a03c-934a19a8cb23}' - name: waveLinkOutputDeviceName type: string description: Name of the output device @@ -14,6 +14,5 @@ variables: - name: waveLinkOutputId type: string description: Identifier of the output device - value: "{0.0.0.00000000}.{51228b0e-d9af-4c0f-a03c-934a19a8cb23}" ---- -:wip \ No newline at end of file + value: '{0.0.0.00000000}.{51228b0e-d9af-4c0f-a03c-934a19a8cb23}' +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-monitored-mix.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-monitored-mix.md index 7d3f89b6..b1f2d5c8 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-monitored-mix.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-monitored-mix.md @@ -7,5 +7,4 @@ parameters: type: Select required: true description: Audio mix you want to affect ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-output-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-output-volume.md index 19c220f9..361a6939 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-output-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link-3/outputs/set-output-volume.md @@ -14,5 +14,4 @@ parameters: Gain Range: `0` to `100` default: 100 ---- -:wip \ No newline at end of file +--- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-filter-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-filter-state.md index 35d993e8..40825f9d 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-filter-state.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-filter-state.md @@ -36,4 +36,8 @@ variables: type: string description: ID of the filter plugin value: e954837c +csharpMethods: + - WaveLinkInputGetFilterState + - WaveLinkInputSetFilterBypassBypassed + - WaveLinkInputGetFilterIdentifier --- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-input-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-input-information.md index 470e6fae..1fa9d37d 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-input-information.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-input-information.md @@ -40,4 +40,8 @@ variables: type: bool description: Indicates if filters are bypassed in the stream mix value: False +csharpMethods: + - WaveLinkGetInputIdentifier + - WaveLinkInputGetVolume + - WaveLinkMicrophoneGetVolume --- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-microphone-information.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-microphone-information.md index 4cdfb869..106d9d39 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-microphone-information.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/get-microphone-information.md @@ -7,4 +7,6 @@ parameters: type: Select required: true description: Microphone you want to get information about +csharpMethods: + - WaveLinkGetMicrophoneIdentifier --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-input.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-input.md index d115cb28..7eaf19fd 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-input.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-input.md @@ -18,4 +18,8 @@ parameters: Mute State Options: `Muted`, `Not Muted`, `Toggle` default: Muted +csharpMethods: + - WaveLinkInputMute + - WaveLinkInputUnmute + - WaveLinkInputToggleMute --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-microphone.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-microphone.md index 3fe8700c..0f7b8987 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-microphone.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-microphone.md @@ -14,4 +14,8 @@ parameters: Mute State Options: `Muted`, `Not Muted`, `Toggle` default: Muted +csharpMethods: + - WaveLinkMicrophoneMute + - WaveLinkMicrophoneUnmute + - WaveLinkMicrophoneToggleMute --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-output.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-output.md index 7fb638b8..aa166d56 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-output.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/mute-output.md @@ -14,4 +14,8 @@ parameters: Mute State Options: `Muted`, `Not Muted`, `Toggle` default: Muted +csharpMethods: + - WaveLinkOutputMute + - WaveLinkOutputUnmute + - WaveLinkOutputToggleMute --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-bypass-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-bypass-state.md index c3d96d82..63e5b7e9 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-bypass-state.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-bypass-state.md @@ -18,4 +18,7 @@ parameters: Bypass State Options: `Bypass`, `Enabled`, `Toggle` default: Bypass +csharpMethods: + - WaveLinkInputSetFilterBypassEnabled + - WaveLinkInputSetFilterBypassToggle --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-state.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-state.md index caa34cd9..b4fddf2d 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-state.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-filter-state.md @@ -18,4 +18,8 @@ parameters: Filter State Options: `Enabled`, `Disabled`, `Toggle` default: Enabled +csharpMethods: + - WaveLinkInputFilterEnable + - WaveLinkInputFilterDisable + - WaveLinkInputFilterToggle --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-input-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-input-volume.md index bfb20b84..7415964d 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-input-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-input-volume.md @@ -20,4 +20,6 @@ parameters: type: Toggle description: Will add/subtract from the current volume instead default: false +csharpMethods: + - WaveLinkInputSetVolume --- diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-microphone-output-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-microphone-output-volume.md index 785644b5..ddf79b19 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-microphone-output-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-microphone-output-volume.md @@ -16,4 +16,6 @@ parameters: type: Toggle description: Will add/subtract from the current volume instead default: false +csharpMethods: + - WaveLinkMicrophoneSetVolume --- \ No newline at end of file diff --git a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-output-volume.md b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-output-volume.md index 0221e03c..e2e15c91 100644 --- a/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-output-volume.md +++ b/streamerbot/3.api/1.sub-actions/elgato/wave-link/set-output-volume.md @@ -16,4 +16,6 @@ parameters: type: Toggle description: Will add/subtract from the current volume instead default: false +csharpMethods: + - WaveLinkSetOutputVolume --- \ No newline at end of file