From: Seyed Amir Hossein Aqajari Date: Fri, 9 Aug 2019 00:27:53 +0000 (-0700) Subject: Update sunrise-sunset.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=783fac9b51f21e9eea05ea26afdd83ef1ba3cfa0;p=smartapps.git Update sunrise-sunset.groovy --- diff --git a/official/sunrise-sunset.groovy b/official/sunrise-sunset.groovy index 783684a..0f355a9 100755 --- a/official/sunrise-sunset.groovy +++ b/official/sunrise-sunset.groovy @@ -68,7 +68,7 @@ def updated() { } def initialize() { - subscribe(location, "mode", locationPositionChange) + //subscribe(location, "mode", locationPositionChange) subscribe(location, "sunriseTime", sunriseSunsetTimeHandler) subscribe(location, "sunsetTime", sunriseSunsetTimeHandler)