Infrastructure compatible with swiches
[smartthings-infrastructure.git] / Event / Event.groovy
index d7abdf490dbb9658f191c955369e06536eecf2e1..83ba658355e5d838fa72c10b92f1c184b57bba5b 100644 (file)
@@ -36,7 +36,7 @@ public class Event {
                        if (dot != -1)
                        value = value.substring(0, dot)
                        this.integerValue = value.toInteger()
-                       this.doubleValue = Double.parseDouble(value);           
+                       this.doubleValue = Double.parseDouble(value);
                }
                this.physical = true
                this.date = new Date()