UNPKG

homebridge-unifi-protect

Version:

Homebridge UniFi Protect plugin providing complete HomeKit integration for the entire UniFi Protect ecosystem with full support for most features including HomeKit Secure Video, multiple controllers, blazing fast performance, and much more.

18 lines (17 loc) 643 B
import type { PlatformAccessory } from "homebridge"; import { ProtectBase } from "./protect-device.js"; import type { ProtectNvr } from "../protect-nvr.js"; export declare class ProtectSecuritySystem extends ProtectBase { accessory: PlatformAccessory; private isAlarmTriggered; constructor(nvr: ProtectNvr, accessory: PlatformAccessory); private configureDevice; private configureInfo; private configureMqtt; private configureSecuritySystem; private configureSecurityAlarm; updateDevice(): boolean; private get currentSecuritySystemState(); private setSecurityState; private setSecurityAlarm; }