-
-
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
[wemo] Fix wrong brightness value for dimmer switch #11385
Conversation
Signed-off-by: Hans-Jörg Merk <[email protected]>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/wemo-dimmer-brightness-display-wrong-value/126838/8 |
....binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java
Outdated
Show resolved
Hide resolved
…ding/wemo/internal/handler/WemoDimmerHandler.java Co-authored-by: Hilbrand Bouwkamp <[email protected]>
....binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java
Outdated
Show resolved
Hide resolved
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
@hmerk : pleaser do not set the milestone/ It has to be set when the PR is merged. |
@lolodomo Ok, will respect this for the future. |
* [wemo] fix wrong brightness value for dimmer switch Signed-off-by: Hans-Jörg Merk <[email protected]> * Update bundles/org.openhab.binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java Co-authored-by: Hilbrand Bouwkamp <[email protected]> * Remove @nullable on simple variable Co-authored-by: Hilbrand Bouwkamp <[email protected]>
* [wemo] fix wrong brightness value for dimmer switch Signed-off-by: Hans-Jörg Merk <[email protected]> * Update bundles/org.openhab.binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java Co-authored-by: Hilbrand Bouwkamp <[email protected]> * Remove @nullable on simple variable Co-authored-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Dave J Schoepel <[email protected]>
* [wemo] fix wrong brightness value for dimmer switch Signed-off-by: Hans-Jörg Merk <[email protected]> * Update bundles/org.openhab.binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java Co-authored-by: Hilbrand Bouwkamp <[email protected]> * Remove @nullable on simple variable Co-authored-by: Hilbrand Bouwkamp <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
* [wemo] fix wrong brightness value for dimmer switch Signed-off-by: Hans-Jörg Merk <[email protected]> * Update bundles/org.openhab.binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java Co-authored-by: Hilbrand Bouwkamp <[email protected]> * Remove @nullable on simple variable Co-authored-by: Hilbrand Bouwkamp <[email protected]>
* [wemo] fix wrong brightness value for dimmer switch Signed-off-by: Hans-Jörg Merk <[email protected]> * Update bundles/org.openhab.binding.wemo/src/main/java/org/openhab/binding/wemo/internal/handler/WemoDimmerHandler.java Co-authored-by: Hilbrand Bouwkamp <[email protected]> * Remove @nullable on simple variable Co-authored-by: Hilbrand Bouwkamp <[email protected]>
Signed-off-by: Hans-Jörg Merk [email protected]