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
Nodes for working with arrays
Allows looping over an array.
Joins an array on the supplied character
Nodes for working with boolean values
Toggles a boolean value
Nodes for working with Numbers
Increments the value of a property
Decrements the value of a property
Nodes for working with Strings
Splits the string value of a property on the configured character.