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
[homekit] fix unit conversions on step values for temperatures (openhab#18233)
getConfigurationAsQuantity was using toUnitRelative appropriately,
but the final conversion to Celsius was not, resulting in a 1 °F
step being interpreted as a -17.5 °C step!
Signed-off-by: Cody Cutrer <[email protected]>
Copy file name to clipboardexpand all lines: bundles/org.openhab.io.homekit/src/main/java/org/openhab/io/homekit/internal/accessories/HomekitCharacteristicFactory.java
+4-9
Original file line number
Diff line number
Diff line change
@@ -610,11 +610,6 @@ public static double convertFromCelsius(double degrees) {
0 commit comments