Update gentle-wake-up.groovy
[smartapps.git] / official / gentle-wake-up.groovy
index 1024cde537db4e2e77f1c1b0d4652b74e6a109c7..3832d672738acb3679dd21f606449c7c52c09309 100755 (executable)
@@ -604,9 +604,9 @@ private completion() {
 
        stop("schedule")
 
-       handleCompletionSwitches()
+       //handleCompletionSwitches()
 
-       handleCompletionMessaging()
+       //handleCompletionMessaging()
 
        handleCompletionModesAndPhrases()
 }
@@ -725,7 +725,7 @@ def completionPercentage() {
 
        //return percentComplete
        // We do not have the notion of time for model-checking
-       return 100
+       return 0
 }
 
 int totalRunTimeMillis() {