Skip to content

Commit 01aea23

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Workflow (removing OnIssue, adding GitLogger)
1 parent 6e33987 commit 01aea23

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

obs-powershell.psd1

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,25 @@ Initial Release of obs-powershell
122122
'Send-OBS',
123123
'Show-OBS',
124124
'Watch-OBS',
125+
'Get-OBSEffect',
126+
'Import-OBSEffect',
127+
'Remove-OBSEffect',
128+
'Start-OBSEffect',
129+
'Stop-OBSEffect',
125130
'Set-OBSAudioOutputSource',
126131
'Set-OBSBrowserSource',
127132
'Set-OBSColorSource',
128133
'Set-OBSDisplaySource',
129134
'Set-OBSMediaSource',
130135
'Set-OBSVLCSource',
131136
'Set-OBSWindowSource',
132-
'Get-OBSEffect',
133-
'Import-OBSEffect',
134-
'Remove-OBSEffect',
135-
'Start-OBSEffect',
136-
'Stop-OBSEffect',
137+
'Set-OBSColorFilter',
138+
'Set-OBSEqualizerFilter',
139+
'Set-OBSGainFilter',
140+
'Set-OBSRenderDelayFilter',
141+
'Set-OBSScaleFilter',
142+
'Set-OBSScrollFilter',
143+
'Set-OBSSharpnessFilter',
137144
'Add-OBSInput',
138145
'Add-OBSProfile',
139146
'Add-OBSScene',
@@ -271,13 +278,6 @@ Initial Release of obs-powershell
271278
'Switch-OBSRecordPause',
272279
'Switch-OBSReplayBuffer',
273280
'Switch-OBSStream',
274-
'Switch-OBSVirtualCam',
275-
'Set-OBSColorFilter',
276-
'Set-OBSEqualizerFilter',
277-
'Set-OBSGainFilter',
278-
'Set-OBSRenderDelayFilter',
279-
'Set-OBSScaleFilter',
280-
'Set-OBSScrollFilter',
281-
'Set-OBSSharpnessFilter'
281+
'Switch-OBSVirtualCam'
282282
}
283283

0 commit comments

Comments
 (0)