add new ID property for processors and routes

This commit is contained in:
Joel Wetzell
2026-08-19 10:12:58 -05:00
parent a90a74650c
commit a33c05373f
47 changed files with 104 additions and 51 deletions
@@ -15,7 +15,8 @@ The `module.output` processor takes any payload and outputs to the specified mod
Output whatever payload comes through this processor to the `osc-out` module.
```yaml
- type: module.output
- id: output
type: module.output
params:
module: osc-out
```