mosquitto/test/mqtt5_opts.py
2018-12-19 12:54:04 +00:00

6 lines
182 B
Python

MQTT_SUB_OPT_NO_LOCAL = 0x04
MQTT_SUB_OPT_RETAIN_AS_PUBLISHED = 0x08
MQTT_SUB_OPT_SEND_RETAIN_ALWAYS = 0x00
MQTT_SUB_OPT_SEND_RETAIN_NEW = 0x10
MQTT_SUB_OPT_SEND_RETAIN_NEVER = 0x20