From 9843b982e296474bfb88ea9f2ddbebcc5ff2363e Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Fri, 26 Jul 2019 16:57:59 -0700 Subject: [PATCH] Update single-button-controller.groovy --- official/single-button-controller.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!) } } -- 2.34.1