eufy-mega / model/capabilities / ProductLine
Type Alias: ProductLine
ts
type ProductLine = "security" | "life" | "clean" | "any";Which product line a capability or a codec belongs to.
eufy ships several ecosystems that share a cloud account and nothing else: security (cameras, stations, locks, sensors — P2P plus the security-scoped broker), life (the T8L0x smart-lighting line — its own credential and its own DP wire), and clean (robot vacuums — Tuya data points). They overlap in retail vocabulary but share no wire, no param space and no semantics.
any is for the handful of capabilities that are genuinely line-independent (device identity).