Base interface for MQTT message payloads that use the MsgType field.
This interface defines the common structure for MQTT messages where the message type is specified in the MsgType
field rather than the msg field. These are typically older message formats or specific device communications.
Base interface for MQTT message payloads that use the MsgType field.
This interface defines the common structure for MQTT messages where the message type is specified in the
MsgType
field rather than themsg
field. These are typically older message formats or specific device communications.