X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Location%2FLocationVar.groovy;h=d10206ba1e1d99a7b0f2ee3aba7ab3d4f67d066c;hb=852a5b392cfa82c81299d22213af02dc4bf606a5;hp=b2016e839d3469b898e89b256be3d66ba7873bb5;hpb=b8c0c6eb635704be056e1e4f373620e2bb05b775;p=smartthings-infrastructure.git diff --git a/Location/LocationVar.groovy b/Location/LocationVar.groovy index b2016e8..d10206b 100644 --- a/Location/LocationVar.groovy +++ b/Location/LocationVar.groovy @@ -4,6 +4,7 @@ package Location class LocationVar { private int contactBookEnabled private def modes + private def timeZone private String mode private List contacts private List phoneNumbers @@ -19,6 +20,7 @@ class LocationVar { this.contacts = ['AJ'] this.phoneNumbers = [9495379373] this.sendEvent = sendEvent + this.timeZone = TimeZone.getTimeZone("America/New_York") } //By Model Checker