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.

11 lines (10 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccessoryHandler = void 0; class AccessoryHandler { constructor(platform, accessory) { this.platform = platform; this.accessory = accessory; } } exports.AccessoryHandler = AccessoryHandler;