Files
showbridge-docs/src/content/docs/processors/module/output.mdx
T
2026-06-01 18:03:47 -05:00

22 lines
428 B
Plaintext

---
title: Output to module
sidebar:
label: Output
order: 1
---
import SchemaInfo from '../../../../components/SchemaInfo.astro';
The `module.output` processor takes any payload and outputs to the specified module.
<SchemaInfo type="processor" id="module.output"/>
### Example
Output whatever payload comes through this processor to the `osc-out` module.
```yaml
- type: module.output
params:
module: osc-out
```