node-red-contrib-createrandom
v1.3.0
Published
Create random values using configurable type generators.
Downloads
398
Maintainers
Readme
node-red-contrib-createrandom
Generate a random value of a certain type using customizable generators.
Quick Start
After installation, the node should be listed under the [common] category.
- Drag a [random] node onto the palette and open it.
- Select a generator type.
- Configure options if available. Alternatively, select [msg.xxx] to provide the value in an incoming message.
- Use a [inject] node or other method to trigger the value creation.
The node output will always contain two values:
Generator: The name of the generator used. Payload: The generated value.
Check out the contextual help for the full list of generators and additional info.
Release Notes
1.3.0
NEW FEATURES
- UI performance has been improved.
- Errors in processing a generator are shown on the palette and properly sent to Node-RED handlers.
FIXES
- Removed reliance on backend admin interface for ui data.
- Updated NPM package dependencies.
- Ui fixes.
KNOWN ISSUES
- There is no validation of parameter values that are manually entered. Check docs for constraints. Values are still checked during generation.
Authors
Created by: Vahdettin https://discourse.nodered.org/u/Vahdettin [email protected]
Copyright and license
Copyright Vahdettin under the Apache 2.0 license.