mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update node-red-random to add option to dynamically pass in 'To' and 'From' (#707)
* Add option to dynamically pass in 'From' and 'To' - fixed bug when 'From' was greater than 'To' by flipping the two * Set initial values of 'From' and 'To to "" to allow dynamic overriding them
This commit is contained in:
@@ -19,4 +19,6 @@ If set to return an integer it can include both the low and high values.
|
||||
If set to return a floating point value it will be from the low value, up to, but
|
||||
**not** including the high value. `min <= n < max` - so selecting 1 to 6 will return values 1 <= n < 6 .
|
||||
|
||||
You can dynamically pass in the 'From' and 'To' values to the node using msg.to and/or msg.from. **NOTE:** hard coded values in the node **always take precedence**.
|
||||
|
||||
**Note:** This returns numbers - objects of type **number**.
|
||||
|
Reference in New Issue
Block a user