Skip to content

Topic-specific callback methods

Compare
Choose a tag to compare
@brentru brentru released this 08 Jun 19:07
4f01403

This release adds:

  • add_topic_callback method: Registers a callback_method for a specific MQTT topic.
  • remove_topic_callback method: 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.