MQTT Manual Publish, Is the Sequence ID "permanent"?

What language are you using? I would recommend using a split to ensure if the length of the sequence ever changes you don’t get errors. In python this is what I use:

message.payload.split(',')[1]

1 Like