In Node-Red the current state node seems to be replacing the entire msg
object. Is there a way of stopping this. So the current state node would check an entity_id
for a state and if it’s true, pass on the incoming msg
object. And not replace the msg
object with the data
and state
from the entity_id
in the current state node?
I have a couple of flows that I want to use the full msg
object from a trigger node, not just the msg.payload
form the trigger node.
I have a sample flow below that illustrates a bit more detail.
Having looked around, what I’m describing is the old behaviour of the current state node, but I can’t find any instructions of how to make the current state node revert to this functionality.