|
Hi, |
Replies: 2 comments 1 reply
|
I have the same problem with nodes: device info -> current state (with if state). |
|
The current state nodes accept input overrides via the message object. When |
|
Hi, |
|
I have the same problem with nodes: device info -> current state (with if state). |
|
The current state nodes accept input overrides via the message object. When |
The current state nodes accept input overrides via the message object. When
msg.payload.entityIdis set it overrides what is set in the local config of the node. You can either make sure thepayloaddoesn't contain any properties that override the local config or check the box "Block Input Overrides" in the current state node.