-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
oh-colorpicker: Fix command not sent when state null & style not accepted & cosmetic error on missing defaultColor #1989
Conversation
Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
Job #1092: Bundle Size — 15.75MiB (~+0.01%).Metrics (2 changes)
Total size by type (2 changes)
|
Fixes openhab#1713. Signed-off-by: Florian Hotze <[email protected]>
Signed-off-by: Florian Hotze <[email protected]>
@ghys Can you please have a look at that? |
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.
Sorry for letting this slide; I can't really test myself as I've never been confronted to the situation but I remember reports when for example HSB components were rounded and it caused trouble like these infinite loops. I guess if there are side-effects we'll know soon enough :)
…pted & cosmetic error on missing defaultColor (openhab#1989) Fixes openhab#1713. - Fix command not sent when current Item state is null. - Fix style can not be set. - Fix a (cosmetic) error thrown when defaultColor has no value. --------- Signed-off-by: Florian Hotze <[email protected]> Signed-off-by: Stefan Höhn <[email protected]>
…pted & cosmetic error on missing defaultColor (openhab#1989) Fixes openhab#1713. - Fix command not sent when current Item state is null. - Fix style can not be set. - Fix a (cosmetic) error thrown when defaultColor has no value. --------- Signed-off-by: Florian Hotze <[email protected]>
Fixes openhab#2134. Regression from openhab#1989. Signed-off-by: Florian Hotze <[email protected]>
Fixes #2134. Regression from #1989. Signed-off-by: Florian Hotze <[email protected]>
Fixes #1713.
@ghys Please test this so we don't run into infinite command loops.