Skip to content

Commit

Permalink
merged and made some slight adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsulpy committed Sep 11, 2015
2 parents bde5abc + 8d07e81 commit 83bbaeb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ def subscribeToEvents() {
if (contacts != null) {
subscribe(contacts, "contact", genericHandler)
}
if (doorsControllers != null) {
subscribe(doorsControllers, "door", genericHandler)
}
if (energyMeters != null) {
subscribe(energyMeters, "energy", genericHandler)
}
Expand Down Expand Up @@ -182,7 +179,6 @@ def getAccessKey() {
httpError(404, "Access Key Not Found")
} else {
[
grokerRootUrl: atomicState.grokerRootUrl,
accessKey: atomicState.accessKey
]
}
Expand Down Expand Up @@ -275,8 +271,7 @@ def createBucket() {
uri: "https://${atomicState.grokerSubdomain}.initialstate.com/api/buckets",
headers: [
"Content-Type": "application/json",
"X-IS-AccessKey": accessKey,
"Accept-Version": "0.0.1"
"X-IS-AccessKey": accessKey
],
body: bucketCreateBody
]
Expand Down

0 comments on commit 83bbaeb

Please sign in to comment.