UNPKG

homebridge-unifi-occupancy-lite

Version:

Lightweight UniFi occupancy sensor plugin for Homebridge using API tokens only. Works with UDM Pro/SE, UDM, UDR and other UniFi OS devices.

43 lines (42 loc) 1.11 kB
{ "displayName": "Homebridge UniFi Occupancy Lite", "name": "homebridge-unifi-occupancy-lite", "version": "0.0.20", "description": "Lightweight UniFi occupancy sensor plugin for Homebridge using API tokens only. Works with UDM Pro/SE, UDM, UDR and other UniFi OS devices.", "license": "MIT", "author": "350d", "repository": { "type": "git", "url": "git://github.com/350d/homebridge-unifi-occupancy-lite.git" }, "bugs": { "url": "https://github.com/350d/homebridge-unifi-occupancy-lite/issues" }, "homepage": "https://github.com/350d/homebridge-unifi-occupancy-lite#readme", "engines": { "node": ">=16.0.0", "homebridge": ">=1.9.0" }, "main": "dist/index.js", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "homebridge-plugin", "unifi", "occupancy", "sensor", "presence", "resident" ], "dependencies": {}, "devDependencies": { "@types/node": "^20.0.0", "homebridge": "^1.9.0", "typescript": "^5.0.0" }, "peerDependencies": { "homebridge": ">=1.9.0 || >=2.0.0-beta" } }