API ReferenceOBS
Input Shown
OBS trigger: obs:obs:source:input-shown
Input Shown
| Trigger ID | obs:obs:source:input-shown |
| Plugin | OBS |
| Category | Source |
Variables
Copy variables into handler fields using {variableName} syntax.
{inputName}{inputUuid}{inputMuted}{inputEnabled}| Name | Type | Description |
|---|---|---|
{inputName} | string | OBS input (source) name. Example: |
{inputUuid} | string | OBS input UUID. Example: |
{inputMuted} | boolean | Input Muted (boolean). Example: |
{inputEnabled} | boolean | Input Enabled (boolean). Example: |
Conditions
| Condition | Description |
|---|---|
| Input name | Match OBS input/source name. Leave empty to match any input. |