Skip to content
New issue

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

Update nodes to Node-RED v1's new input event callback #46

Open
cowchimp opened this issue Oct 19, 2019 · 3 comments · May be fixed by #48
Open

Update nodes to Node-RED v1's new input event callback #46

cowchimp opened this issue Oct 19, 2019 · 3 comments · May be fixed by #48

Comments

@cowchimp
Copy link

The syntax for listening to an incoming message and sending a message is changing in Node-RED v1.
The post about this from the official Node-RED blog explains why it's changing, what's the new syntax, and how to maintain backward compatibility:
https://nodered.org/blog/2019/09/20/node-done

Thanks.

@sammachin
Copy link
Contributor

yes need to implement this for the 3.2 release of the package, will look into it more when I have some more capacity

@cowchimp
Copy link
Author

Would you be interested in a PR that changes this based on the example from the blogpost?

@sammachin
Copy link
Contributor

sammachin commented Oct 26, 2019 via email

@cowchimp cowchimp linked a pull request Oct 26, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants