From 106f09445b7257f0ba0c6b3fa0035bde83b97dba Mon Sep 17 00:00:00 2001 From: Yaima Valdivia Date: Mon, 14 Mar 2016 12:20:36 -0700 Subject: [PATCH] Ecobee - set mode/ fan from smart app switchToFanMode(value) switchToMode(value) --- .../smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy index 8c190b2..d51b45a 100644 --- a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy +++ b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy @@ -381,10 +381,12 @@ def getDataByName(String name) { def setThermostatMode(String value) { log.debug "setThermostatMode({$value})" + switchToMode(value) } def setThermostatFanMode(String value) { log.debug "setThermostatFanMode({$value})" + switchToFanMode(value) } def generateModeEvent(mode) {