2.0.17: Groups!
Release Notes:
Changes within mqtt_client.py:
- SUBSCRIBE to a group with
client.subscribe_group(GROUP_ID) - PUBLISH to a group using
client.publish(FEED, VALUE, GROUP_ID) - Added kwarg option for unsubscribing to groups using
unsubscribe() - Replaced
feedwithtopicinside_mqtt_message()
Usage Example: https://github.com/adafruit/io-client-python/blob/master/examples/mqtt/mqtt_groups_pubsub.py