homebridge-magic-occupancy
Version:
Occupancy sensor linked to several trigger types to allow customizable situations: https://github.com/Jason-Morcos/homebridge-magic-occupancy
32 lines (31 loc) • 788 B
JSON
{
"name": "homebridge-magic-occupancy",
"version": "4.1.0",
"description": "Occupancy sensor linked to several trigger types to allow customizable situations: https://github.com/Jason-Morcos/homebridge-magic-occupancy",
"main": "index.js",
"license": "GPL-3.0",
"keywords": [
"homebridge-plugin",
"occupancy",
"motion sensor",
"timer",
"delay",
"switch",
"magic"
],
"repository": {
"type": "git",
"url": "https://github.com/Jason-Morcos/homebridge-magic-occupancy.git"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.16.0 || ^22.5.1"
},
"dependencies": {
"node-persist": "^2.1.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Jason-Morcos"
}
}