From 600a9a2ca16793c8d6abd5f1d9d34d62e4dc05ca Mon Sep 17 00:00:00 2001 From: Juan Pablo Risso Date: Fri, 26 Feb 2016 14:45:12 -0500 Subject: [PATCH] PROB-528 - Commented singleInstance: true This will allow any one with more than one Hue Bridge to install an instance for each Bridge. --- smartapps/smartthings/hue-connect.src/hue-connect.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/smartthings/hue-connect.src/hue-connect.groovy b/smartapps/smartthings/hue-connect.src/hue-connect.groovy index b8d3f54..e005dd4 100644 --- a/smartapps/smartthings/hue-connect.src/hue-connect.groovy +++ b/smartapps/smartthings/hue-connect.src/hue-connect.groovy @@ -24,7 +24,7 @@ definition( category: "SmartThings Labs", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/hue.png", iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/hue@2x.png", - singleInstance: true + //singleInstance: true ) preferences {