From 1cd5c68e6835c85a19503fe966f87236bb5cba13 Mon Sep 17 00:00:00 2001 From: Lars Finander Date: Wed, 30 Mar 2016 13:58:53 -0700 Subject: [PATCH] DVCSMP-1667 Authentication needs to be updated for Philips Hue -Philips updaded their API and current ST implementation will stop working when next Hue firmware is released without this change --- 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 5b908d8..c58ae6a 100644 --- a/smartapps/smartthings/hue-connect.src/hue-connect.groovy +++ b/smartapps/smartthings/hue-connect.src/hue-connect.groovy @@ -161,7 +161,7 @@ private sendDeveloperReq() { headers: [ HOST: host ], - body: [devicetype: "$token-0", username: "$token-0"]], "${selectedHue}")) + body: [devicetype: "$token-0"]], "${selectedHue}")) } private discoverHueBulbs() {