Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gertsch7003 opened this issue Jun 27, 2024 · 0 comments
Open

Comments

@gertsch7003
Copy link

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 gertsch7003 changed the title mqtt client has changed the API, DIRTY FIX [mqtt_bridge_lxmf] mqtt client has changed the API, DIRTY FIX Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant