Update gentle-wake-up.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Mon, 5 Aug 2019 22:22:13 +0000 (15:22 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Mon, 5 Aug 2019 22:22:13 +0000 (15:22 -0700)
official/gentle-wake-up.groovy

index 139427e420c83552ca562fd6efad548c1858033e..8454ae9e9e78f0255a3e5d59a6c439df888de82f 100755 (executable)
@@ -48,9 +48,9 @@ def rootPage() {
                section("What to dim") {
                        input(name: "dimmers", type: "capability.switchLevel", title: "Dimmers", description: null, multiple: true, required: true, submitOnChange: true)
                        if (dimmers) {
-                               if (dimmersContainUnsupportedDevices()) {
+                               /*if (dimmersContainUnsupportedDevices()) {
                                        href(name: "toUnsupportedDevicesPage", page: "unsupportedDevicesPage", title: "Some of your selected dimmers don't seem to be supported", description: "Tap here to fix it", required: true)
-                               }
+                               }*/
                                href(name: "toNumbersPage", page: "numbersPage", title: "Duration & Direction", description: numbersPageHrefDescription(), state: "complete")
                        }
                }
@@ -63,7 +63,7 @@ def rootPage() {
 
                        section("Rules For Dimming") {
                                href(name: "toSchedulingPage", page: "schedulingPage", title: "Automation", description: schedulingHrefDescription() ?: "Set rules for when to start", state: schedulingHrefDescription() ? "complete" : "")
-                               input(name: "manualOverride", type: "enum", options: ["cancel": "Cancel dimming", "jumpTo": "Jump to the end"], title: "When one of the dimmers is manually turned off…", description: "dimming will continue", required: false, multiple: false)
+                               input(name: "manualOverride", type: "enum", options: ["Cancel dimming","Jump to the end"], title: "When one of the dimmers is manually turned off…", description: "dimming will continue", required: false, multiple: false)
                                href(name: "toCompletionPage", title: "Completion Actions", page: "completionPage", state: completionHrefDescription() ? "complete" : "", description: completionHrefDescription() ?: "Set rules for what to do when dimming completes")
                        }