adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
225 stars 99 forks source link

Support Feed Sharing #63

Closed brentru closed 6 years ago

brentru commented 6 years ago

Add support for new Adafruit IO Feature - Feed Sharing

https://blog.adafruit.com/2018/07/31/adafruitio-new-feature-launch-feed-sharing/

brentru commented 6 years ago

Tracking on feed-sharing branch

brentru commented 6 years ago

Added to master's mqtt_client.py.

Example: https://github.com/adafruit/io-client-python/blob/master/examples/mqtt/mqtt_shared_feeds.py

Closing...