Integrating List of constant names into the if-statement to avoid creating read/write...
[smartthings-infrastructure.git] / Methods / getTemperatureScale.groovy
1 /////////////////////////////////////////////////////////////////////
2 def getTemperatureScale() {
3         return 'F' //Celsius for now
4 }
5