Topic-specific callback methods
This release adds:
add_topic_callbackmethod: Registers a callback_method for a specific MQTT topic.remove_topic_callbackmethod: Removes a registered callback method
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt.
Read the docs for info on how to use it.