You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do anything like this, and then put a debug node w/ msg.payload.set-values, I get light-state: 0. But it never will change to 1. I would prefer to not use "data" as that payload.data is used for so many things and conflicts with some of my other nodes. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
If I have a FSM defined similar to as as follows:
then everything works as expected. But is must be named "data". Is there a way to change it to a different key name? Such as this:
If I do anything like this, and then put a debug node w/ msg.payload.set-values, I get light-state: 0. But it never will change to 1. I would prefer to not use "data" as that payload.data is used for so many things and conflicts with some of my other nodes. Is there a way to do this?
The text was updated successfully, but these errors were encountered: