Commit Graph

5 Commits

Author SHA1 Message Date
Nick Farina
27b39cbfa0 New Plugin API
- Homebridge calls single exported initializer function and passes an
API object
  - No more require() for HAP classes (doesn't play well with plugin
structure)
2015-10-18 22:20:06 -07:00
Nick Farina
a3c0df1c7c Plugin support
- Homebridge is now designed to be `npm install`d globally and
executed via "homebridge" script
  - Remove all specific accessories/platforms except for an example
  - New internal structure and "cli"
2015-10-18 16:34:21 -07:00
Stephen Yeargin
585edc874f Some initial work on Philips Hue bridge integration. 2015-06-13 17:32:21 -05:00
Nick Farina
a7fba5a786 Fully operational
- Extensive instructions and warnings in README
- Working WeMo accessory shim
- Working HomeBridge server
2014-11-30 20:02:48 -08:00
Nick Farina
ea029d492b Initial Commit
Includes HAP-NodeJS as Git submodule
2014-11-30 16:32:51 -08:00