UNPKG

@spectralblu/homebridge-eufy-security

Version:

Control Eufy Security from homebridge. Forked from homebridge-eufy-security/plugin

9 lines 203 B
export type Accessory = { uniqueId: string; displayName: string; type: number; station: boolean; ignored?: boolean; cachedName?: string; }; //# sourceMappingURL=accessory.d.ts.map