mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-31 17:59:00 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ The `int.parse` processor takes a string and parses it as an integer with the sp
|
||||
This would parse the string payload as a 32 bit, base 10 integer and set the payload to that value.
|
||||
|
||||
```yaml
|
||||
- type: int.parse
|
||||
- id: parse
|
||||
type: int.parse
|
||||
params:
|
||||
bitSize: 32
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user