diff --git a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy index 134fa5c..6cb82f5 100644 --- a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy +++ b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy @@ -31,13 +31,13 @@ metadata { command "switchMode" command "switchFanMode" - attribute "thermostatSetpoint","number" - attribute "thermostatStatus","string" + attribute "thermostatSetpoint", "number" + attribute "thermostatStatus", "string" attribute "maxHeatingSetpoint", "number" attribute "minHeatingSetpoint", "number" attribute "maxCoolingSetpoint", "number" attribute "minCoolingSetpoint", "number" - attribute "deviceTemperatureUnit", "number" + attribute "deviceTemperatureUnit", "string" } tiles {