UNPKG

homebridge-eufy-security

Version:
8 lines 285 B
export declare class EufyClientNotRunningError extends Error { constructor(message?: string); } export interface PluginConfigInteractor { DeviceIsCharging(sn: string): Promise<number>; GetStationCamerasMapping(): Promise<unknown>; } //# sourceMappingURL=interfaces.d.ts.map