Skip to content

Commit 0c0c2c7

Browse files
authored
Merge pull request #120 from flavio-fernandes/subscribe_group.merge
[mqtt_client]: Fix docstring in subscribe_group
2 parents f67a35b + ce33472 commit 0c0c2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_IO/mqtt_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def subscribe_group(self, group_id, qos=0):
219219
"""Subscribe to changes on the specified group. When the group is updated
220220
the on_message function will be called with the group_id and the new value.
221221
222-
:param str feed_id: The key of the feed to subscribe to.
222+
:param str group_id: The id of the group to subscribe to.
223223
:param int qos: The QoS to use when subscribing. Defaults to 0.
224224
225225
"""

0 commit comments

Comments
 (0)