docs/_data/Help/Watch-OBS.json

{
  "Synopsis": "Watches OBS",
  "Description": "Watches the OBS websocket for events.",
  "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,
    null
  ],
  "Examples": [
    {
      "Title": "EXAMPLE 1",
      "Markdown": "",
      "Code": "Watch-OBS -WebSocketToken 12345 # Obviously, replace this with your password."
    },
    {
      "Title": "EXAMPLE 2",
      "Markdown": "",
      "Code": "Watch-OBS # If you turn off authentication on OBS"
    }
  ]
}