UNPKG

homebridge-hikvision-local

Version:

Homebridge plugin that connects to your HikVision DVR via a local connection and exposes your cameras in Homebridge. The plugin is heavily based on excellent [homebridge-camera-ffmpeg](https://github.com/Sunoo/homebridge-camera-ffmpeg) and the various hom

5 lines 256 B
import { API } from 'homebridge'; export declare const HIKVISION_PLATFORM_NAME = "Hikvision-Local"; export declare const HIKVISION_PLUGIN_NAME = "homebridge-hikvision-local"; export default function main(api: API): void; //# sourceMappingURL=index.d.ts.map