mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-08 14:26:04 +01:00
27b39cbfa0
- Homebridge calls single exported initializer function and passes an API object - No more require() for HAP classes (doesn't play well with plugin structure)
This is an example plugin for homebridge. It is a fully-working implementation of a Lockitron door lock accessory.
Remember to run npm install in this directory in order to install the dependencies needed by this plugin. If a user is installing your plugin from npm, this will be done automatically for them.