diff --git a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy index c444bb6..cf4ef3f 100644 --- a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy +++ b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy @@ -158,7 +158,7 @@ def generateEvent(Map results) { if(results) { def linkText = getLinkText(device) - def supportedThermostatModes = [] + def supportedThermostatModes = ["off"] def thermostatMode = null results.each { name, value ->