mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
update docs for route changes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Router Output
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
The `router.output` processor takes any payload and outputs to the specified module.
|
||||
|
||||
- **type**: `router.output`
|
||||
- **params**:
|
||||
- **module**: the id of the [module](/concepts/modules) to output to.
|
||||
### Example
|
||||
Output to the `osc-out` module.
|
||||
```
|
||||
- type: router.output
|
||||
params:
|
||||
module: osc-out
|
||||
```
|
||||
Reference in New Issue
Block a user