eufy-mega / model/capabilities / VacuumCleanActions
Type Alias: VacuumCleanActions
ts
type VacuumCleanActions = object;Bound RoboVac reads — the object returned by dev.vacuumClean(). Read-only for now (controls are on the way). Each getter is present only when the device reports the backing value.
Properties
activity?
ts
readonly optional activity?: VacuumActivity;High-level activity decoded from WorkStatus (property activity).
battery?
ts
readonly optional battery?: number;Battery level 0-100 (property battery).
power?
ts
readonly optional power?: boolean;Whether the vacuum is powered on (property power).
volume?
ts
readonly optional volume?: number;Speaker volume, 0-100 (property volume).