You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me try this here now.
There was a discussion prior to unitsofmeasurement/indriya#128 around absolute/relative Temperature values and how SmartHome should handle them. So far this was done in an application-specific way. JSR 385 (Units of Measurement 2.0) does provide a Quantity Scale that can be either ABSOLUTE or RELATIVE, but no implementation-specific operations are applied yet. It is not so easy, because the type Temperature cannot be kept hold of in Java due to Generics restrictions.
What was done in SmartHome or OpenHAB so far, and is there a branch or class we could use as inspiration for something that might work in a more general purpose manner? Or do you feel it's better to leave it up to individual solutions to react based on the new scale?
The text was updated successfully, but these errors were encountered:
Let's close this since we also switched to using indriya (#2319).
The temperature implementation changes did cause a few minor issues and inconveniences for some (#2386).
Let me try this here now.
There was a discussion prior to unitsofmeasurement/indriya#128 around absolute/relative Temperature values and how SmartHome should handle them. So far this was done in an application-specific way. JSR 385 (Units of Measurement 2.0) does provide a
Quantity Scale
that can be eitherABSOLUTE
orRELATIVE
, but no implementation-specific operations are applied yet. It is not so easy, because the typeTemperature
cannot be kept hold of in Java due to Generics restrictions.What was done in SmartHome or OpenHAB so far, and is there a branch or class we could use as inspiration for something that might work in a more general purpose manner? Or do you feel it's better to leave it up to individual solutions to react based on the new scale?
The text was updated successfully, but these errors were encountered: