Base interface for all MQTT message payloads.
This interface defines the common structure that all MQTT messages must contain, providing essential metadata for message handling.
Unique identifier for the device or message source
The message type identifier
Unix timestamp when the message was created
Version string of the message format
Base interface for all MQTT message payloads.
This interface defines the common structure that all MQTT messages must contain, providing essential metadata for message handling.