Fully operational

- Extensive instructions and warnings in README
- Working WeMo accessory shim
- Working HomeBridge server
This commit is contained in:
Nick Farina
2014-11-30 20:02:48 -08:00
parent ea029d492b
commit a7fba5a786
6 changed files with 367 additions and 2 deletions

12
config-sample.json Normal file
View File

@@ -0,0 +1,12 @@
{
"description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.",
"accessories": [
{
"accessory": "WeMo",
"description": "This shim supports Belkin WeMo devices on the same network as this server. You can create duplicate entries for this device and change the 'siri_name' attribute to reflect what device is plugged into the WeMo, for instance 'Air Conditioner' or 'Coffee Maker'. This name will be used by Siri. Make sure to update the 'wemo_name' attribute with the EXACT name of the device in the WeMo app itself. This can be the same value as 'siri_name' but it doesn't have to be.",
"siri_name": "Coffee Maker",
"wemo_name": "CoffeeMaker"
}
]
}