-
-
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
[various] Lamp handlers expose min/max Color Temperature in state description #17641
Conversation
Signed-off-by: AndrewFG <[email protected]>
Signed-off-by: AndrewFG <[email protected]>
Signed-off-by: AndrewFG <[email protected]>
bundles/org.openhab.binding.avmfritz/src/main/resources/OH-INF/thing/thing-types.xml
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.
govee lgtm
As discussed in the hue PR, there is a better option for the provider. |
Signed-off-by: AndrewFG <[email protected]>
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, thank you
@andrewfg : what kind of tests exactly are you waiting for? |
Ideally I would like 1) to wait for your CT widget and then 2) ask users to test the min/max correct range. |
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.
US English would be preferred.
...fx/src/main/java/org/openhab/binding/lifx/internal/handler/LifxStateDescriptionProvider.java
Outdated
Show resolved
Hide resolved
...ain/java/org/openhab/binding/nanoleaf/internal/handler/NanoLeafStateDescriptionProvider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: AndrewFG <[email protected]>
Signed-off-by: AndrewFG <[email protected]>
Signed-off-by: AndrewFG <[email protected]>
Signed-off-by: AndrewFG <[email protected]>
@lolodomo I spent some hours trying to write proper Junit tests with mocks etc. but in the end it would require modifying the bindings too substantially and risks to break more than it fixes. So instead, I have done some local actual and thought experiments on the code. And as a result I made some minor improvements. And I am now convinced that it is ready to merge. |
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, thank you
…cription (openhab#17641) * Lamp handlers expose min/max Colour Temperature in state description * add color temperature validit and range checks Signed-off-by: AndrewFG <[email protected]>
Lamp handlers expose min/max Color Temperature in state description
Resolves #17638
Signed-off-by: AndrewFG [email protected]