From 5b0ca4b81528280031450f97a42052d12b52241d Mon Sep 17 00:00:00 2001 From: David Sainte-Claire Date: Tue, 27 Sep 2016 07:48:54 -0700 Subject: [PATCH] changed deviceTemperatureUnit attribute to be type string --- .../ecobee-thermostat.src/ecobee-thermostat.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {