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

11 lines 304 B
export declare class Log { private logger; private debugMode; constructor(logger: any, debugMode: boolean); debug(msg: string): void; info(msg: string): void; warn(msg: string): void; error(msg: string): void; log(msg: string): void; } //# sourceMappingURL=logger.d.ts.map