-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Fix MQTT QoS levels setting #2208
Conversation
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Will implicitly also fix issue in mqtt.homie binding: |
I think the changes are good! Can you also sign off your commit or provide the |
I think we can treat that as a small patch exception and skip the DCO. |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/irobot-9xx-on-openhab/17774/239 |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/irobot-9xx-on-openhab/17774/258 |
…ab#2208) Signed-off-by: Stefan Donath <[email protected]> GitOrigin-RevId: 361e985
Solves issue #2145 "io transport mqtt sets wrong QoS levels to hiveMQ"
#2145
Fix is simply exchanging the enum values returned for the case 0 and case 1 branches, as they have been mixed up as compared to the mqtt specification: