From: Seyed Amir Hossein Aqajari Date: Fri, 26 Jul 2019 23:55:54 +0000 (-0700) Subject: Update single-button-controller.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=95f3cc9dae142cec9df5c1722073f0fbf7ddc142 Update single-button-controller.groovy --- diff --git a/official/single-button-controller.groovy b/official/single-button-controller.groovy index 1d65e23..459ac6e 100755 --- a/official/single-button-controller.groovy +++ b/official/single-button-controller.groovy @@ -26,7 +26,7 @@ preferences { } def selectButton() { - dynamicPage(name: "selectButton", title: "First, select your button device", install: true, uninstall: configured()) { + dynamicPage(name: "selectButton", title: "First, select your button device", install: true) { section { input "buttonDevice", "device.aeonKeyFob", title: "Button", multiple: false, required: true }