Skip to content

Commit

Permalink
Merge pull request #62 from jbree/master
Browse files Browse the repository at this point in the history
Updated JSON formatting for sample-config.json
  • Loading branch information
NovaGL authored Feb 5, 2017
2 parents 1a0ed0c + 66f966f commit cfdaf33
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions sample-config.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"bridge": {
"name": "HomeBridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},

"description": "HomeBridge HTTP Status Control",
"bridge": {
"name": "HomeBridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},

"accessories": [ {
"accessory": "Http",
"name": "Alfresco Lamp",
"switchHandling": "realtime",
"http_method": "GET",
"on_url": "http://localhost/controller/1700/ON",
"off_url": "http://localhost/controller/1700/OFF",
"status_url": "http://localhost/status/100059",
"service": "Light",
"brightnessHandling": "yes",
"brightness_url": "http://localhost/controller/1707/%b",
"brightnesslvl_url": "http://localhost/status/100054"

}
]
}
"description": "HomeBridge HTTP Status Control",

"accessories": [
{
"accessory": "Http",
"name": "Alfresco Lamp",
"switchHandling": "realtime",
"http_method": "GET",
"on_url": "http://localhost/controller/1700/ON",
"off_url": "http://localhost/controller/1700/OFF",
"status_url": "http://localhost/status/100059",
"service": "Light",
"brightnessHandling": "yes",
"brightness_url": "http://localhost/controller/1707/%b",
"brightnesslvl_url": "http://localhost/status/100054"
}
]
}

0 comments on commit cfdaf33

Please sign in to comment.