Versions Compared

Key

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

...

Consider the following Custom Namespace.Image RemovedImage Added

Now consider an incoming MQTT message with the characteristics:

...

Using 'String Conversions' can allow this tag to be created. Consider the following String Conversion:Image RemovedImage Added

This tells MQTT Engine that for this custom namespace, convert any '@' characters that would normally be part of the tag path to '_' characters. So now when we publish the same MQTT message, we don't get an error message and the tag gets properly created as shown below with the '@' character replaced by a '_' character.

...

  • Remove all '@' symbols
  • Replace all '@' symbols with '_'
  • Replace all 'abc' character sequences with 'def'
  • Replace all characters between the literal strings 'start' and 'end' with a '_' character using a regex
     

Additional Resources