Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Group Features to mqtt_client.py #76

Merged
merged 5 commits into from
Sep 5, 2018
Merged

Adding Group Features to mqtt_client.py #76

merged 5 commits into from
Sep 5, 2018

Conversation

brentru
Copy link
Member

@brentru brentru commented Sep 5, 2018

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 with topic inside _mqtt_message()

#73
#69

@brentru brentru merged commit 7de8fd6 into master Sep 5, 2018
@brentru brentru deleted the mqtt-group-get branch September 5, 2018 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant