Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let say we have a publish received on the topic "test/data/json" with value '{ "stringTag" : "12345", "folderTag" : { "intTag" : 1, "boolTag" : true } }'. MQTT Engine will create a two folders "test", "data" and "json" followed by a tag/folder structure representing the JSON value of the payload. 


Common Use Cases

Managing Ignition timestamps for MQTT data when using custom namespaces

Reading bytes from an incoming binary message

How do I managing MQTT messages with changing payload JSON structure at MQTT Engine


Additional Resources

...