mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-11 15:09:27 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -13,7 +13,8 @@ This processor will create a new FreeD message with the specified parameters.
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: freed.create
|
||||
- id: freed-message
|
||||
type: freed.create
|
||||
params:
|
||||
id: "1"
|
||||
pan: "45"
|
||||
|
||||
@@ -13,5 +13,6 @@ This processor will decode incoming bytes into a FreeD message. This processor w
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: freed.decode
|
||||
- id: decode
|
||||
type: freed.decode
|
||||
```
|
||||
|
||||
@@ -13,5 +13,6 @@ This processor will encode a FreeD message into an array of bytes. This processo
|
||||
### Example
|
||||
|
||||
```yaml
|
||||
- type: freed.encode
|
||||
- id: encode
|
||||
type: freed.encode
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user