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

@@ -1,3 +0,0 @@
// Demonstrate that we were loaded
console.log("LiftMaster provider loaded!");

View File

@@ -0,0 +1,3 @@
// Demonstrate that we were loaded
console.log("Lockitron provider loaded!");

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge-liftmaster",
"name": "homebridge-lockitron",
"version": "0.0.0",
"description": "LiftMaster Support for HomeBridge",
"description": "Lockitron Support for HomeBridge",
"license": "ISC",
"engines": {
"homebridge": ">=0.0.0"