@mega-yfue/eufy-sdk / RegistryEntry
Interface: RegistryEntry
A curated registry row (tier 1). Keyed by model (T-code) in the registry. Everything is optional except codec — capabilities can also come from the category default or inference.
Properties
caps?
ts
optional caps?: Capability[];Capabilities to attach in addition to the codec's baseline.
codec
ts
codec: Codec;name?
ts
optional name?: string;Pretty display name.
overrides?
ts
optional overrides?: Record<string, unknown>;Per-device one-off behaviour. Quarantined to this row — the escape hatch that replaces subclassing. Keys are command names; values are device-specific implementations.