Skip to content

Add receive method for MQTT

Compare
Choose a tag to compare
@brentru brentru released this 12 Feb 23:16
· 116 commits to master since this release
8404f9a
  • Updated the MQTT API to support "receiving" (viaclient.receive(FEED_NAME)) the last value of a feed from Adafruit IO.
    • Calls to this method will publish the last feed value to the requested feed and trigger a callback.
  • Increment version

To use in CPython, pip3 install adafruit-io.

Read the docs for info on how to use it.