Skip to content

Commit

Permalink
Minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Oct 22, 2015
1 parent 552cd95 commit eb6676d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartapps/ecobeeSetZoneWithSchedule.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ private boolean is_temperature_too_hot_or_too_cold(ventSwitch) {
send("ecobeeSetZoneWithSchedule> ** IMMEDIATE ATTENTION: current HVAC mode is ${currentHVACMode}, and inside temperature of vent ${ventSwitch} too hot (${tempSwitch}°), opening all vents and turning off the HVAC to avoid any damage **")
return true
} /* if too hot */
if (((currentHVACMode=='cool') || (currentHVACMode == 'auto')) && (tempSwitch <= MIN_TEMP_VENT_SWITCH)) {
if (((currentHVACMode=='cool') || (currentHVACMode == 'auto')) && (tempSwitch <= MIN_TEMP_VENT_SWITCH)) {
// Turn the HVAC off, open all vents, and deactivate any further smartapp processing
thermostat.off()
open_all_vents()
Expand Down

0 comments on commit eb6676d

Please sign in to comment.