@ray-js/robot-map-sdk 0.0.3-beta-52 → 0.0.3-beta-53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -3264,7 +3264,7 @@ declare class RoomManager {
3264
3264
  * 设置房间属性数据(房间名称、清洁模式等)
3265
3265
  * 一次性获取并存储所有必要的显示数据
3266
3266
  */
3267
- drawRoomProperty(properties: RoomProperty[]): boolean;
3267
+ drawRoomProperty(properties: RoomProperty[]): Promise<boolean>;
3268
3268
  /**
3269
3269
  * 更新房间信息显示
3270
3270
  * 直接使用已存储的完整显示数据
@@ -3294,7 +3294,7 @@ declare class RoomManager {
3294
3294
  * 当房间几何数据更新时,刷新房间信息显示
3295
3295
  * 这个方法由 MapManager 在房间几何数据更新后调用
3296
3296
  */
3297
- refresh(): void;
3297
+ refresh(): Promise<void>;
3298
3298
  /**
3299
3299
  * 更新所有房间属性的可见性
3300
3300
  */