From 254e3161721676c1aa0a975f14e33c8c755b0815 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 18:21:45 -0700 Subject: [PATCH] Update loft.groovy --- third-party/loft.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/loft.groovy b/third-party/loft.groovy index bacb2c6..0265af3 100755 --- a/third-party/loft.groovy +++ b/third-party/loft.groovy @@ -22,7 +22,7 @@ definition( iconX3Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience@2x.png") preferences { - page(name: selectThings) + page(name: "selectThings") } def selectThings() { -- 2.34.1