Adafruit_IO_Python/docs/feed-sharing.rst
brentrubell d694464419
Feed sharing (#64)
Adding Feed Sharing into IO Python MQTT_Client
2018-08-01 17:21:11 -04:00

14 lines
No EOL
512 B
ReStructuredText

Feed Sharing
------------
Feed sharing is a feature of Adafruit IO which allows you to share your feeds with people you specify.
If you want to share a feed on your Adafruit IO Account with another user, visit the `Sharing a feed page <https://learn.adafruit.com/adafruit-io-basics-feeds/sharing-a-feed>`_
on the Adafruit Learning System.
The Adafruit IO Python client supports Feed Sharing in the mqtt_client.py class.
Usage Example
~~~~~~~~~~~~~
.. literalinclude:: ../examples/mqtt/mqtt_shared_feeds.py