From: Rahmadi Trimananda Date: Mon, 2 Mar 2020 01:18:13 +0000 (-0800) Subject: Update working-from-home.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=be2034a8bad0e549e19a7f1f00b4ac09a2fed5c2;ds=sidebyside Update working-from-home.groovy --- 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) //}