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 (11 loc) • 434 B
TypeScript
import { type Nullable } from "homebridge-plugin-utils";
import { ProtectCamera, type RtspEntry } from "./protect-camera.js";
export declare class ProtectCameraPackage extends ProtectCamera {
private flashlightState?;
private flashlightTimer?;
protected configureDevice(): boolean;
private configureFlashlight;
get id(): string;
findRtsp(): Nullable<RtspEntry>;
findRecordingRtsp(): Nullable<RtspEntry>;
}