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 eeb5a50 commit 5f7fbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mqttools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ 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)."

Expand Down

0 comments on commit 5f7fbad

Please sign in to comment.