mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-10 22:04:50 +01:00
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)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,3 +6,7 @@
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
.node-version
|
||||
|
||||
# Ignore any extra plugins in the example directory that aren't in Git already
|
||||
# (this is a sandbox for the user)
|
||||
example-plugins
|
||||
Reference in New Issue
Block a user