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:
@@ -25,9 +25,11 @@ routes:
|
||||
processors:
|
||||
- type: osc.message.create # create OSC message
|
||||
params:
|
||||
address: "{{.URL.Path}}" # template the address from the incoming message
|
||||
address: "{{.Payload.URL.Path}}" # template the address from the incoming message
|
||||
- type: osc.message.encode # turn OSC message into bytes
|
||||
output: udp
|
||||
- type: router.output # output to the udp module
|
||||
params:
|
||||
module: udp
|
||||
`
|
||||
|
||||
<Code code={example} title="config.yaml" lang="yaml"/>
|
||||
|
||||
Reference in New Issue
Block a user