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
[shelly] fix NumberFormatException on Shelly2RelayStatus.timerDuration (openhab#17269)
- If 'Auto OFF' mode is enabled on a Shelly Plus 1 device and set to a
value with decimal places a status update throws an NumberFormatException.
Changed timerDuration/timer_duration from Integer to Double
fixes the problem.
Signed-off-by: Stefan Pledl <[email protected]>
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.shelly/src/main/java/org/openhab/binding/shelly/internal/api2/Shelly2ApiJsonDTO.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -865,7 +865,7 @@ public static class Shelly2RelayStatus {
0 commit comments