Argonne-National-Laboratory / node-red-contrib-os

Node-Red nodes for obtaining cpu system information.
Other
10 stars 11 forks source link

Message properties persistency #1

Closed StefanWerW closed 8 years ago

StefanWerW commented 8 years ago

According to the node-red documentation :

If the node is sending a message in response to having received one, it should reuse the received message rather than create a new message object. This ensures existing properties on the message are preserved for the rest of the flow.

For each node this pull request make sure to send the old message down the flow pipe.