update docs for route changes

This commit is contained in:
Joel Wetzell
2026-03-04 21:50:01 -06:00
parent 02522a52b5
commit 44a60b0d1a
10 changed files with 67 additions and 17 deletions
+4 -2
View File
@@ -24,9 +24,11 @@ routes:
processors:
- type: osc.message.create
params:
address: "/cue/{{.To}}/go"
address: "/cue/{{.Payload.To}}/go"
- type: osc.message.encode
output: udp
- type: router.output
params:
module: udp
`
<Code code={example} title="config.yaml" lang="yaml"/>