amqtt/hbmqtt/specs.py

9 wiersze
112 B
Python

__author__ = 'nico'
from enum import Enum
class Qos(Enum):
Qos_0 = 0x00
Qos_1 = 0x01
Qos_2 = 0x02