From c428267d63b011cdf4ef379096b21120c87f4c72 Mon Sep 17 00:00:00 2001 From: vlaminck Date: Mon, 26 Sep 2016 14:05:03 -0500 Subject: [PATCH] Fix: stop sending 100 percent from completion --- smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy b/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy index e5f60b7..3e31622 100644 --- a/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy +++ b/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy @@ -608,8 +608,6 @@ private completion() { handleCompletionMessaging() handleCompletionModesAndPhrases() - - sendTimeRemainingEvent(100) } private handleCompletionSwitches() {