@mega-yfue/eufy-sdk / MAP_CELL_VALUES
Variable: MAP_CELL_VALUES
ts
const MAP_CELL_VALUES: readonly ["unknown", "obstacle", "free", "carpet"];What one cell of VacuumMapPlane.cells means, by its two-bit value.
Indexed by the value itself, so MAP_CELL_VALUES[2] is "free".