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.
12 lines • 419 B
TypeScript
import { ProtectBase } from "../devices/device-base.ts";
import type { ProtectNvr } from "./nvr.ts";
export declare class ProtectNvrSystemInfo extends ProtectBase {
private accessory;
private isConfigured;
constructor(nvr: ProtectNvr);
private configureAccessory;
private updateDevice;
private configureTemperatureSensor;
private configureMqtt;
}
//# sourceMappingURL=nvr-systeminfo.d.ts.map