From 45f08df026adb5d2bf50f10436938a394c3557ec Mon Sep 17 00:00:00 2001 From: Tim Slagle Date: Mon, 28 Sep 2015 18:51:48 -0700 Subject: [PATCH] Modifying 'Hello, Home Phrase Director' --- .../hello-home-phrase-director.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy b/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy index 9b704f1..cb78696 100644 --- a/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy +++ b/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy @@ -320,7 +320,7 @@ (starting || ending || days || modes) ? false : true } - def sendOutOfDateNotification(evt){ + def sendOutOfDateNotification(){ if(!state.lastTime){ state.lastTime = (new Date() + 31).getTime() sendNotification("Your version of Hello, Home Phrase Director is currently out of date. Please look for the new version of Hello, Home Phrase Director now called 'Routine Director' in the marketplace.")