webdeck / homebridge-indigo

Homebridge Plugin for Indigo
Apache License 2.0
13 stars 6 forks source link

adding and testing Indigo 5 support #3

Open MartySkinner opened 8 years ago

MartySkinner commented 8 years ago

To use the XML RESTful API on an Indigo 5 system or for testing on any Indigo 6 system, add this line to ~/.homebridge/config.json in the middle of the "platforms" section:

"version": "5",

The version of xml2json I used as a dependency is https://github.com/buglabs/node-xml2json#readme, and also can be installed via

npm install [-g] xml2json

/Marty

webdeck commented 8 years ago

Hi Marty. Thank you for submitting this pull request. Sorry for the delay in my response - work has been very busy.

Could you please make the following changes:

Thanks, -Mike