Skip to content

Commit 124313d

Browse files
committed
Minor code formatting
1 parent 2c4a9b1 commit 124313d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartapps/ecobeeSetZoneWithSchedule.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ private boolean is_temperature_too_hot_or_too_cold(ventSwitch) {
16081608
log.debug("is_temperature_in_vent_too_hot>checking current Temperature of ${ventSwitch}= ${tempSwitch}° vs. HVAC Max Temp of ${MAX_TEMP_VENT_SWITCH}°")
16091609
log.debug("is_temperature_in_vent_too_hot>checking current Temperature of ${ventSwitch}= ${tempSwitch}° vs. HVAC Min Temp of ${MIN_TEMP_VENT_SWITCH}°")
16101610
if (tempSwitch) {
1611-
if (((currentHVACMode=='heat') || (currentHVACMode == 'auto')) && (tempSwitch >= MAX_TEMP_VENT_SWITCH)) {
1611+
if (((currentHVACMode=='heat') || (currentHVACMode == 'auto')) && (tempSwitch >= MAX_TEMP_VENT_SWITCH)) {
16121612
// Turn the HVAC off, open all vents, and deactivate any further smartapp processing
16131613
thermostat.off()
16141614
open_all_vents()

0 commit comments

Comments
 (0)