Skip to content

Commit

Permalink
v2.3.6 added return call()
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Sep 13, 2015
1 parent be2ed02 commit 0ca02ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartapps/ScheduleTstatZones.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ca02ca

Please sign in to comment.