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:
Nick Farina
2015-07-07 19:40:14 -07:00
parent dc2579894f
commit 0e9d237d03
4 changed files with 9 additions and 9 deletions

View File

@@ -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"
]
}