1.3.0 • Published 8 months ago

node-red-contrib-createrandom v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

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 vahdettin_in_beta@icloud.com

Copyright and license

Copyright Vahdettin under the Apache 2.0 license.

1.3.0

8 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago