File-based motion or contact sensor

This module creates a motion sensor accessory based on watching a
directory or file.
This commit is contained in:
S'pht'Kr
2015-09-15 06:55:53 +02:00
parent b0e3829dfb
commit 13d1ed75cf
3 changed files with 86 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"dependencies": {
"ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local",
"carwingsjs": "0.0.x",
"chokidar": "^1.0.5",
"color": "0.10.x",
"eibd": "^0.3.1",
"elkington": "kevinohara80/elkington",