From 0ca02ca2035a1b2f2c7f419b8716f842485a0a71 Mon Sep 17 00:00:00 2001 From: Yves Racine Date: Sun, 13 Sep 2015 08:00:56 -0400 Subject: [PATCH] v2.3.6 added return call() --- smartapps/ScheduleTstatZones.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/smartapps/ScheduleTstatZones.groovy b/smartapps/ScheduleTstatZones.groovy index fe854680..a69de5d1 100644 --- a/smartapps/ScheduleTstatZones.groovy +++ b/smartapps/ScheduleTstatZones.groovy @@ -1211,6 +1211,7 @@ private def adjust_thermostat_setpoint_in_zone(indiceSchedule) { if (detailedNotif == 'true') { send("ecobeeSetZoneWithSchedule>temperature adjustment (${temp_diff}°) between sensors is not significant, exiting") } + return } key = "givenMaxTempDiff$indiceSchedule"