Update WorkingFromHome.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Tue, 3 Mar 2020 19:14:36 +0000 (11:14 -0800)
committerGitHub Enterprise <noreply@github.uci.edu>
Tue, 3 Mar 2020 19:14:36 +0000 (11:14 -0800)
third-party/WorkingFromHome.groovy

index 8cd86fc7a7f0734e4b49d91d9a934b8a40aac73f..95c28f3e3e9ee1453f988820b0a6bcacf7085776 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)
     //}