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 49b584a commit a3c9668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mqttools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ class PubcompReasonCode(enum.IntEnum):


class QoS(enum.IntEnum):
"""Quality of service levels.
"""

AT_MOST_ONCE = 0
AT_LEAST_ONCE = 1
EXACTLY_ONCE = 2
Expand Down

0 comments on commit a3c9668

Please sign in to comment.