Versions Compared

Key

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

...

Note: Subscriptions such as site# or site+ are invalid as there is no topic level for the wildcard to denote. 


No Tag Value Name configured  

Let say we have a publish received on the topic "test/data/point" with value "12345".  If no Tag Value Name is configured, and a message is received, MQTT Engine will create a two folders "test" and "data" and a tag "point" with the value of "12345".


Tag

...

Name Configured

If a Tag Name is configured, lets call it "payload", then MQTT Engine will convert each token in the topic to a folder and create a tag called "payload" with the value "12345"

...