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
feed
withtopic
inside_mqtt_message()
Usage Example: https://github.com/adafruit/io-client-python/blob/master/examples/mqtt/mqtt_groups_pubsub.py