mqtt5_opts.py 182 B

12345
  1. MQTT_SUB_OPT_NO_LOCAL = 0x04
  2. MQTT_SUB_OPT_RETAIN_AS_PUBLISHED = 0x08
  3. MQTT_SUB_OPT_SEND_RETAIN_ALWAYS = 0x00
  4. MQTT_SUB_OPT_SEND_RETAIN_NEW = 0x10
  5. MQTT_SUB_OPT_SEND_RETAIN_NEVER = 0x20