mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-26 22:05:59 +01:00
Unify example accessory
Using Lockitron for first new-style example accessory, since it has a very simple and public API.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
// Demonstrate that we were loaded
|
||||
console.log("Lockitron provider loaded!");
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "homebridge-lockitron",
|
||||
"version": "0.0.0",
|
||||
"description": "Lockitron Support for HomeBridge",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"homebridge": ">=0.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"homebridge-provider"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user