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.
17 lines (16 loc) • 504 B
TypeScript
import { ProtectBase } from "./protect-device.js";
import type { ProtectNvr } from "../protect-nvr.js";
export declare class ProtectNvrSystemInfo extends ProtectBase {
private accessory;
private eventListener;
private isConfigured;
private lastTemp;
constructor(nvr: ProtectNvr);
private configureAccessory;
private eventHandler;
private cleanupEvents;
private updateDevice;
private configureTemperatureSensor;
private getCpuTemp;
private configureMqtt;
}