node-red-contrib-npm
node-red-contrib-npm copied to clipboard
A function with more than one input ?
The function only reads msg.payload as a single input parameter, yet the function I am using is of the form. function (mandatory1, mandatory2)
I used a custom module style to solve it,