node-red-contrib-python-function icon indicating copy to clipboard operation
node-red-contrib-python-function copied to clipboard

2 msg input ?

Open navivfr opened this issue 4 years ago • 2 comments

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.

navivfr avatar Jan 29 '21 15:01 navivfr

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 ?

navivfr avatar Jan 29 '21 16:01 navivfr

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?

misiuplus avatar Apr 25 '21 21:04 misiuplus