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.

5 lines 326 B
import type { ProtectCameraConfig } from "unifi-protect"; import type { ProtectNvr } from "./nvr.ts"; export declare function buildPlaylist(cameras: readonly ProtectCameraConfig[], host: string, rtspPort: number): string; export declare function servePlaylist(nvr: ProtectNvr): void; //# sourceMappingURL=nvr-playlist.d.ts.map