LXMF-Tools icon indicating copy to clipboard operation
LXMF-Tools copied to clipboard

[mqtt_bridge_lxmf] mqtt client has changed the API, DIRTY FIX

Open gertsch7003 opened this issue 1 year ago • 0 comments

OLD Line: MQTT_CONNECTION = mqtt.Client(CONFIG["mqtt"]["client_id"], False, userdata=None, transport=CONFIG["mqtt"]["transport"])

NEW Line: MQTT_CONNECTION = mqtt.Client(mqtt.CallbackAPIVersion.VERSION1, CONFIG["mqtt"]["client_id"], False, userdata=None, transport=CONFIG["mqtt"]["transport"])

gertsch7003 avatar Jun 27 '24 16:06 gertsch7003