From 08ec5460378bc1dcca2c06f6de328b5cb612e90d Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Thu, 8 Aug 2019 19:43:47 -0700 Subject: [PATCH] Update Switches.groovy --- third-party/Switches.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/Switches.groovy b/third-party/Switches.groovy index 3a22868..ba2d817 100755 --- a/third-party/Switches.groovy +++ b/third-party/Switches.groovy @@ -22,7 +22,7 @@ definition( iconX3Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience@2x.png") preferences { - page(name: selectSwitches) + page(name: "selectSwitches") } def selectSwitches() { -- 2.34.1