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
The sequencer msg.topic should be the name of the sequence that was processed. Currently you need to parse the full message. If msg.topic = name it would simplify the process where you can use the msg.payload.
Motivation
Ease of use with a standard debug node.
The text was updated successfully, but these errors were encountered:
That makes the sequencer payload worthless you may as well use separate read / writes. What about an option to change the topic for each sequence? I have seen several nodes with that option.
Describe the requested feature
The sequencer msg.topic should be the name of the sequence that was processed. Currently you need to parse the full message. If msg.topic = name it would simplify the process where you can use the msg.payload.
Motivation
Ease of use with a standard debug node.
The text was updated successfully, but these errors were encountered: