Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 8, 2019
1 parent a3c9668 commit eeb5a50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mqttools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@ class QoS(enum.IntEnum):
"""

AT_MOST_ONCE = 0
"At most once (QoS 0)."
AT_LEAST_ONCE = 1
"At least once (QoS 1)."
EXACTLY_ONCE = 2
"Exactly once (QoS 2)."


# MQTT 5.0
Expand Down

0 comments on commit eeb5a50

Please sign in to comment.