We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf33bfd commit b34b10eCopy full SHA for b34b10e
1 file changed
en-us/obs-powershell-websocket-commands.help.ps.txt
@@ -1,12 +1,11 @@
1
obs-powershell-websocket-commands
2
---------------------------------
3
4
-`|{($importedModule = Import-Module ..\ -Global -PassThru)}|`
5
-
6
Many of the commands communicate directly with [obs-websocket](https://github.com/obsproject/obs-websocket)
7
and are are generated by [PipeScript](https://github.com/StartAutomating/PipeScript).
8
9
~~~PipeScript {
+ $importedModule = Import-Module ..\ -Global -PassThru
10
$exportedCmds = $importedModule.ExportedCommands.Values |
11
Where-Object {
12
$_.ScriptBlock.Attributes.Key -eq 'OBS.WebSocket.RequestType'
0 commit comments