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

12 lines 366 B
export declare class Log { private logger; private debugMode; constructor(logger: any, debugMode: boolean); private stringifyArgs; debug(...args: unknown[]): void; info(...args: unknown[]): void; warn(...args: unknown[]): void; error(...args: unknown[]): void; log(...args: unknown[]): void; } //# sourceMappingURL=logger.d.ts.map