NorthernMan54 / node-red-contrib-homebridge-automation

Homebridge and Node-RED Integration
Apache License 2.0
107 stars 18 forks source link

msg gets overwritten #113

Closed bakman2 closed 1 year ago

bakman2 commented 1 year ago

The hb-status node (not sure about the others) overwrites the full msg.

If one wants to use the node within a flow, it will lose all existing properties, which means you cannot use it within a flow that rely on existing properties, like for example the http-in/response nodes that require the msg.res and msg.req properties to produce output.

Request: keep existing properties and do not overwrite as it defeats the purpose of node-red.

NorthernMan54 commented 1 year ago

Tks for reporting this, it is resolved with Version: 0.1.11