-
-
Notifications
You must be signed in to change notification settings - Fork 243
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 oh-stepper
sends command on Item state update due to rounding
#2096
Conversation
oh-stepper
: oh-stepper
: Fix command sent on external update due to rounding
Job #1380: Bundle Size — 15.83MiB (~+0.01%).Warning Bundle contains 16 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
View job #1380 report View florian-h05:oh-stepper branch activity View project dashboard |
58e7177
to
0a651ac
Compare
oh-stepper
: Fix command sent on external update due to roundingoh-stepper
send command on Item state update due to rounding
oh-stepper
send command on Item state update due to roundingoh-stepper
sends command on Item state update due to rounding
@florian-h05 could you please rebase and revolve the conflcts? |
0a651ac
to
be28600
Compare
@ghys Done. |
be28600
to
287b18b
Compare
Fixes openhab#1186. Signed-off-by: Florian Hotze <[email protected]>
287b18b
to
ba56b6a
Compare
@ghys Can you please have a look at this PR? I have now rebased it again. |
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.
At this point I think I'll just trust you and your ability to manage any regressions :)
Code looks good - sorry for falling behind!
I have created that PR so long ago that I cannot even remember all the changes without looking at them 😂 But I do remember testing it on my dev system. Anyway, we are far away from the next release, so enough time to learn about possible regressions. |
Fixes #1186: Widget sends command on external update due to rounding.
This is done by replacing the generic change listener with listeners for plusclick, minusclick and input for input element events.