Currently this node does not do that and instead creates new objects, look for "msg =" in nuki.js
I noticed this when trying to implement a retry logic by adding a counter to the message object and not finding it any more after the message went through the nuki node :-)
https://nodered.org/docs/creating-nodes/node-js#sending-messages recommends to re-use incoming message objects and not re-create them.
Currently this node does not do that and instead creates new objects, look for "msg =" in nuki.js
I noticed this when trying to implement a retry logic by adding a counter to the message object and not finding it any more after the message went through the nuki node :-)