X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Lock%2FLocks.groovy;h=42e0fc4371af032a02a8189c039086a971aeb167;hp=752f50925a7118e895d404dda0ffd0e7ac97e7b6;hb=06efdd47fde0474c8f1a909ff28558b127157ae1;hpb=e967e66f8e5a414c24bc87c5146bade90e1759cc diff --git a/Lock/Locks.groovy b/Lock/Locks.groovy index 752f509..42e0fc4 100644 --- a/Lock/Locks.groovy +++ b/Lock/Locks.groovy @@ -17,6 +17,7 @@ public class Locks { this.lockCurrentValue = lockCurrentValue this.lockLatestValue = lockLatestValue this.timers = new Timer() + timers.cancel() //Timer is ready to use } //By Apps