Update working-from-home.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Mon, 2 Mar 2020 01:18:13 +0000 (17:18 -0800)
committerGitHub Enterprise <noreply@github.uci.edu>
Mon, 2 Mar 2020 01:18:13 +0000 (17:18 -0800)
official/working-from-home.groovy

index 931b7b543094f03ed681191dec3554cf2dff32f8..e62b66e8819d66b84a0d698e8f85e8add18171ff 100755 (executable)
@@ -71,7 +71,8 @@ def updated() {
 }
 
 def initialize() {
-    schedule(timeToday(timeOfDay, location?.timeZone), "checkPresence")
+    schedule("someTime", "checkPresence")
+    //schedule(timeToday(timeOfDay, location?.timeZone), "checkPresence")
     //if (customName) {
     //  app.setTitle(customName)
     //}