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
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecobee/src/main/java/org/openhab/binding/ecobee/internal/function/CreateVacationFunction.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ public CreateVacationFunction(@Nullable String name, @Nullable QuantityType<Temp
51
51
if (convertedCoolHoldTemp == null || convertedHeatHoldTemp == null) {
52
52
thrownewIllegalArgumentException("coolHoldTemp or heatHoldTemp are not proper QuantityTypes");
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.ecobee/src/main/java/org/openhab/binding/ecobee/internal/handler/EcobeeThermostatBridgeHandler.java
+8-1
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,8 @@ public class EcobeeThermostatBridgeHandler extends BaseBridgeHandler {
0 commit comments