From: Seyed Amir Hossein Aqajari Date: Fri, 26 Jul 2019 23:57:59 +0000 (-0700) Subject: Update single-button-controller.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9843b982e296474bfb88ea9f2ddbebcc5ff2363e;p=smartapps.git Update single-button-controller.groovy --- diff --git a/official/single-button-controller.groovy b/official/single-button-controller.groovy index 459ac6e..781aa8b 100755 --- a/official/single-button-controller.groovy +++ b/official/single-button-controller.groovy @@ -138,7 +138,7 @@ def toggle(devices) { devices.lock() } else { - devices.on() + //devices.on()(It could be lock!! And lock does not have on method!) } }