UNPKG

@ubreu/homebridge-eufy-security

Version:
12 lines 332 B
import { Station, Device } from 'eufy-security-client'; export interface DeviceIdentifier { uniqueId: string; displayName: string; type: number; station: boolean; } export interface DeviceContainer { deviceIdentifier: DeviceIdentifier; eufyDevice: Device | Station; } //# sourceMappingURL=interfaces.d.ts.map