From be2034a8bad0e549e19a7f1f00b4ac09a2fed5c2 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Sun, 1 Mar 2020 17:18:13 -0800 Subject: [PATCH] Update working-from-home.groovy --- official/working-from-home.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/official/working-from-home.groovy b/official/working-from-home.groovy index 931b7b5..e62b66e 100755 --- a/official/working-from-home.groovy +++ b/official/working-from-home.groovy @@ -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) //} -- 2.34.1