Changing the initial value of illuminance sensor to something around zero+something...
[smartthings-infrastructure.git] / Methods / getTemperatureScale.groovy
1 /////////////////////////////////////////////////////////////////////
2 def getTemperatureScale() {
3         return 'F' //Celsius for now
4 }
5