@mega-yfue/eufy-sdk / VacuumMapBackup
Interface: VacuumMapBackup
A whole map in one message — the vendor's MapBackup, sent when a map is switched or edited.
Every part is optional because the device sends what changed. A backup with only description set is a rename, and reading its absent map as an empty one would erase a map already held.
Properties
description
ts
readonly description: VacuumMapDescription | undefined;map
ts
readonly map: VacuumMapPlane | undefined;outline
ts
readonly outline: VacuumRoomOutline | undefined;rooms
ts
readonly rooms: VacuumRoomParams | undefined;zones
ts
readonly zones: VacuumRestrictedZones | undefined;