Skip to content

@mega-yfue/eufy-sdk / VacuumMapPiece

Type Alias: VacuumMapPiece

ts
type VacuumMapPiece = 
  | {
  kind: "plane";
  value: VacuumMapPlane;
}
  | {
  kind: "outline";
  value: VacuumRoomOutline;
}
  | {
  kind: "rooms";
  value: VacuumRoomParams;
}
  | {
  kind: "zones";
  value: VacuumRestrictedZones;
}
  | {
  kind: "description";
  value: VacuumMapDescription;
}
  | {
  kind: "pose";
  value: MapPose;
}
  | {
  kind: "backup";
  value: VacuumMapBackup;
};

A piece the store can be given, tagged by which one it is.

Independent and unofficial. Not affiliated with, endorsed by, or sponsored by Anker Innovations, Anker eufy, or eufy. "Anker eufy", "eufy" and "Anker" are trademarks of their respective owners. Use responsibly — rapid or failed logins can trigger captcha or temporary cooldowns.