Nexmo / nexmo-nodered

Node Red Nodes for The Nexmo APIs
MIT License
5 stars 6 forks source link

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

Open cowchimp opened 4 years ago

cowchimp commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

sammachin commented 4 years ago

Yes please!

On 26 October 2019 at 09:29:18, cowchimp (notifications@github.com) wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.