@mega-yfue/eufy-sdk / VacuumActivity
Type Alias: VacuumActivity
ts
type VacuumActivity = typeof VACUUM_ACTIVITIES[number];The robot's high-level activity — what dev.vacuumClean()?.activity reports. "unknown" covers a status the SDK can't classify yet. "cleaning" is the widest member: it also covers mapping, cruising and manual remote driving, which the wire distinguishes and this union does not.