TheThingsArchive / nodered-app-node

Node-RED Library for TTN Applications
https://www.thethingsnetwork.org/docs/node-red/
MIT License
20 stars 14 forks source link

TTN metadata of a message #40

Closed rmh78 closed 6 years ago

rmh78 commented 6 years ago

Is there a was to receive the TTN metadata of a message?

johanstokking commented 6 years ago

@rmh78 yes, in fact everything is in msg, while the payload is placed in msg.payload

To test, drop a Debug node, double click it and select to print the entire msg object