node-red-contrib-python-function
node-red-contrib-python-function copied to clipboard
2 msg input ?
Hello,
I get a very stupid question. How to get the value of msg.payload ?
my value is number...
Something like :
var value = msg.payload
Thank You.
ok i get it was missing int(value)
anyway, can the module handle more than one msg Like msg.paylaod and msg.frequency in double input ?
ok i get it was missing int(value)
anyway, can the module handle more than one msg Like msg.paylaod and msg.frequency in double input ?
How did you solve the problem?