Decreasing the number of required events for each device by mapping them to one singl...
[smartthings-infrastructure.git] / Methods / getTemperatureScale.groovy
1 /////////////////////////////////////////////////////////////////////
2 def getTemperatureScale() {
3         return 'F' //Celsius for now
4 }
5