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/point" with a payload "28;2023-07-11;16:09:33" .  where the payload includes a value and timestamp.

MQTT Engine will create a two folders "test" and "data" and a tag "point" with the value of "28;2023-07-11;16:09:33".

...