Skip to content

Commit

Permalink
feat: GetCurrentProgramScene.ToString() and regenerating ( Fixes #202,
Browse files Browse the repository at this point in the history
…Fixes #166 )
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 19, 2024
1 parent 6691f6e commit c86041d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/_data/Help/Disconnect-OBS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"Synopsis": "Disconnects OBS",
"Description": "Disconnects Websockets from OBS.\n\nAll websockets will be disconnected.",
"Parameters": [
{
"Name": null,
"Type": null,
"Description": "",
"Required": false,
"Position": 0,
"Aliases": null,
"DefaultValue": null,
"Globbing": false,
"PipelineInput": null,
"variableLength": false
}
],
"Notes": [
null
],
"CommandType": "Function",
"Component": [
null
],
"Inputs": [
null
],
"Outputs": [
null
],
"Links": [
null
],
"Examples": [
{
"Title": "EXAMPLE 1",
"Markdown": "",
"Code": "Disconnect-OBS"
}
]
}

0 comments on commit c86041d

Please sign in to comment.