homebridge-away-mode
Version:
Trigger sensors on and off randomly to simulate occupancy
35 lines (34 loc) • 776 B
JSON
{
"name": "homebridge-away-mode",
"version": "1.6.7",
"description": "Trigger sensors on and off randomly to simulate occupancy",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"vacation",
"away",
"random"
],
"repository": {
"type": "git",
"url": "https://github.com/isalkind/homebridge-away-mode.git"
},
"bugs": {
"url": "https://github.com/isalkind/homebridge-away-mode/issues"
},
"engines": {
"node": ">=7.6.0",
"homebridge": ">=0.2.0 || ^2.0.0-beta.0"
},
"dependencies": {
"hh-mm-ss": ">=1.2.0",
"node-persist": "^3.1.0",
"string.prototype.padstart": "^3.1.0",
"suncalc": ">=1.8.0"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/isalkind"
}
}