Infrastructure that works for all the locks' group!
[smartthings-infrastructure.git] / Methods / getTemperatureScale.groovy
index 8fb2560b4a048b270b7d898661726d769b8bf883..ddd7098d0ea783ff3d9a6ef8dbfe24778e23e61e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////
 def getTemperatureScale() {
-       return 'C' //Celsius for now
+       return 'F' //Celsius for now
 }