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 three folders "test", "data" and "json" followed by a tag/folder structure representing the JSON value of the payload. 

...