Skip to content

Commit 0ca02ca

Browse files
committed
v2.3.6 added return call()
1 parent be2ed02 commit 0ca02ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smartapps/ScheduleTstatZones.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,7 @@ private def adjust_thermostat_setpoint_in_zone(indiceSchedule) {
12111211
if (detailedNotif == 'true') {
12121212
send("ecobeeSetZoneWithSchedule>temperature adjustment (${temp_diff}°) between sensors is not significant, exiting")
12131213
}
1214+
return
12141215
}
12151216

12161217
key = "givenMaxTempDiff$indiceSchedule"

0 commit comments

Comments
 (0)