Instructions in README, sample provider

This commit is contained in:
Nick Farina
2015-07-07 19:28:11 -07:00
parent ab2f25e736
commit dc2579894f
3 changed files with 54 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,12 @@
{
"name": "homebridge-liftmaster",
"version": "0.0.0",
"description": "LiftMaster Support for HomeBridge",
"license": "ISC",
"engines": {
"homebridge": ">=0.0.0"
},
"keywords": [
"homebridge-provider"
]
}