node-red-contrib-primitives
Version:
Simple node-red nodes for manipulating primitive values.
49 lines (24 loc) • 729 B
Markdown
node-red-contrib-primitives
Simple node-red nodes for working with primitive values
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-primitives
# Arrays
Nodes for working with arrays
## array-iterate
Allows looping over an array.
## array-join
Joins an array on the supplied character
# Booleans
Nodes for working with boolean values
## bool-toggle
Toggles a boolean value
# Numbers
Nodes for working with Numbers
## number-inc
Increments the value of a property
## number-dec
Decrements the value of a property
# Strings
Nodes for working with Strings
## string-split
Splits the string value of a property on the configured character.