Skip to content

5.9.0 Add on_publish event + multiple datapoint improvements

Compare
Choose a tag to compare
@tyeth tyeth released this 19 Jul 11:57
· 4 commits to main since this release
99bd004

What's Changed

A user requested feature to expose the lower level on_publish event from miniMQTT:

  • Add missing "on_publish" event callback in the class IO_MQTT - adafruit_io.py by @tyeth in #123

Adding/improving support for the multiple data point methods, both sending group feeds data, and batch data for a single feed:

  • IO_HTTP: Support creating group data with send_group_data by @tyeth in #124
  • Add list of dicts support to send_batch_data + new batch data example by @tyeth in #125

Added an optional timezone argument to io.receive_time

Full Changelog: 5.8.3...5.9.0