X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Event%2FEvent.groovy;h=83ba658355e5d838fa72c10b92f1c184b57bba5b;hp=d7abdf490dbb9658f191c955369e06536eecf2e1;hb=13eaa2aa4abc92483f370cd74f1d79b4caafed55;hpb=6d292c921178f1446efa72c7412a0efe3609fcf6 diff --git a/Event/Event.groovy b/Event/Event.groovy index d7abdf4..83ba658 100644 --- a/Event/Event.groovy +++ b/Event/Event.groovy @@ -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()