rename router.output processor

This commit is contained in:
Joel Wetzell
2026-05-19 22:12:35 -05:00
parent 42542fc217
commit e76a6f1d06
8 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ routes:
params:
address: "/cue/{{.Payload.To}}/go"
- type: osc.message.encode
- type: router.output
- type: module.output
params:
module: udp
`;
+1 -1
View File
@@ -29,7 +29,7 @@ routes:
params:
address: "{{.Payload.URL.Path}}" # template the address from the incoming message
- type: osc.message.encode # turn OSC message into bytes
- type: router.output # output to the udp module
- type: module.output # output to the udp module
params:
module: udp
`;