Changes in classes: new concept for latest value + all types of events generated...
[smartthings-infrastructure.git] / Methods / getTemperatureScale.groovy
1 /////////////////////////////////////////////////////////////////////
2 def getTemperatureScale() {
3         return 'F' //Celsius for now
4 }
5