eufy-mega / model/capabilities / suctionLevelName
Function: suctionLevelName()
ts
function suctionLevelName(value): string | undefined;The label for a raw suction int, per the app's SuctionEnum, or undefined for a value outside the known scale. The mapping is global (not per-model) — see SuctionLevel.
Parameters
value
number
Returns
string | undefined