mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 02:09:02 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ This processor will scale an integer value from one range to another. This proce
|
||||
Scale an integer value from the range 0-255 to the range 0-100
|
||||
|
||||
```yaml
|
||||
- type: int.scale
|
||||
- id: scale
|
||||
type: int.scale
|
||||
params:
|
||||
inMin: 0
|
||||
inMax: 255
|
||||
|
||||
Reference in New Issue
Block a user