Merge pull request #702 from larsfinander/DVCSMP-1667-Update-Hue-user-creation

DVCSMP-1667 Authentication needs to be updated for Philips Hue
This commit is contained in:
Amol Mundayoor
2016-03-25 11:28:19 -07:00

View File

@@ -161,7 +161,7 @@ private sendDeveloperReq() {
headers: [ headers: [
HOST: host HOST: host
], ],
body: [devicetype: "$token-0", username: "$token-0"]], "${selectedHue}")) body: [devicetype: "$token-0"]], "${selectedHue}"))
} }
private discoverHueBulbs() { private discoverHueBulbs() {