Product Documentation

MQTT V3 Plug-in Reference

Previous Topic

Next Topic

"persistenceTopicMessageFormat"

  • String
  • Optional
  • Default value: "JSON"
  • Valid values: "JSON"

    Future values may include: "XML", "YAML", "csv", etc.

It is the expected format for data messages sent to the Persistence Topic.

The message handler uses this format to parse the message body, and it maps resulting values to fields in the table assigned to this Persistence Topic.

When more values are added, "AlterPersistenceTopic" will be able to change the value.

TOCIndex