eufy-mega / model/capabilities / VacuumActivity
Type Alias: VacuumActivity
ts
type VacuumActivity =
| "idle"
| "error"
| "docked"
| "cleaning"
| "returning"
| "paused"
| "unknown";The robot's high-level activity — what dev.vacuumClean()?.activity reports. "unknown" covers a status the SDK can't classify yet. Several finer states collapse into "cleaning" today.