node-red-contrib-createrandom 1.3.0

Create random values using configurable type generators.

npm install node-red-contrib-createrandom

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.

  1. Drag a [random] node onto the palette and open it.
  2. Select a generator type.
  3. Configure options if available. Alternatively, select [msg.xxx] to provide the value in an incoming message.
  4. 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.

Node Info

Version: 1.3.0
Updated 5 months, 1 week ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

132 in the last week

Nodes

  • createrandom

Keywords

  • node-red
  • uuid
  • guid
  • random
  • test data
  • development
  • testing
  • random user

Maintainers