We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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 ?
Sorry, something went wrong.
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?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: