homebridge-history-contact
Version:
Homebridge fake contact sensor with fakegato history
24 lines (23 loc) • 522 B
JSON
{
"displayName": "Homebridge History Contact Sensor",
"name": "homebridge-history-contact",
"version": "1.3.1",
"description": "Homebridge fake contact sensor with fakegato history",
"license": "MIT",
"engines": {
"node": ">=12.13.0",
"homebridge": ">=1.3.0"
},
"main": "index.js",
"keywords": [
"homebridge-plugin",
"contact",
"fakegato"
],
"dependencies": {
"express": "^4.17.1",
"fakegato-history": "^0.6.2",
"moment": "^2.29.1",
"node-persist": "^3.1.0"
}
}