class documentation
class MQTTTopic:
Structure that represents a subscribed-to topic.
| Class Variable | callback |
The callback function for the topic. |
| Class Variable | callback |
The callback arguments for the topic. |
| Class Variable | is |
Whether the topic is subscribed to. |
| Class Variable | mid |
The message ID of the MQTT subscription. |
| Class Variable | topic |
The MQTT topic. |