@mega-yfue/eufy-sdk / DOCK_ACTIVITIES
Variable: DOCK_ACTIVITIES
ts
const DOCK_ACTIVITIES: readonly ["idle", "washing", "drying", "descaling", "emptyingDust", "addingWater", "recyclingWater", "makingDisinfectant", "cuttingHair", "unknown"];Every value DockActivity can take — the read's declared domain, so the schema a caller reads and the type it compiles against are the same list rather than two that can drift.
Published alongside DockActivity so the members are reachable as data at runtime, not only at compile time.