-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[knx] Improve rounding when encoding DPT 232.60000 #14772
Conversation
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
...binding.knx/src/main/java/org/openhab/binding/knx/internal/handler/IPBridgeThingHandler.java
Outdated
Show resolved
Hide resolved
Can you fix the DCO?
and then force-push. |
c2eb9b7
to
2c57b91
Compare
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2c57b91
to
be1e519
Compare
Sure. Sorry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@holgerfriedrich - does it resolve #12643? |
@jlaur not fully. For me #12643 is a "won't fix". Let me write a comment there. |
@J-N-K, @jlaur, @kaikreuzer could you please merge this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [knx] Improve rounding when encoding DPT 232.60000 * [knx] SAT and warnings Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Correct the rounding behavior.
See also openhab/openhab-core#3479.
Refs. #12643
Some additional fixes for compilation and SAT warnings that were recently introduced.