# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client is the connection to the MQTT broker.
Msg represents a message that can be sent or received on the MQTT bus.
Subscription represents a listener on a specific Topic, that will pass any messages sent to that topic to the Callback function.