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
21 lines • 805 B
TypeScript
import { API, PlatformAccessory, PlatformConfig, Service, WithUUID } from 'homebridge';
export declare class HikVisionCamera {
log: any;
config: any;
any: any;
camera?: any;
motionDetected: boolean;
homebridgeApi: API;
displayName: string;
UUID: string;
accessory: any;
constructor(log: any, homebridgeApi: API, accessory: PlatformAccessory, config: PlatformConfig);
getService(...args: any[]): any;
configureController(...args: any[]): any;
addService(...args: any[]): any;
removeService(...args: any[]): any;
on(...args: any[]): void;
getServiceByUUIDAndSubType<T extends WithUUID<typeof Service>>(uuid: string | T, subType: string): Service | undefined;
configure(accessory: any): void;
}
//# sourceMappingURL=HikVisionCamera.d.ts.map