Update WorkingFromHome.groovy
[smartapps.git] / 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)
     //}