Add receive method for MQTT
- Updated the MQTT API to support "receiving" (via
client.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.