Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit ea42fb8

Browse files
committed
Accept new cleaned area properties
1 parent 1cd25df commit ea42fb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/aegapi-rx9-types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,11 @@ export interface RX9ApplianceStateReportedBase {
408408
cleaningSessionClosed?: RX9CleaningSessionClosed;
409409
deviceId?: string; // e.g. '900277479937001234567890'
410410
dustbinStatus: RX9Dustbin;
411+
filter_sqm?: number;
411412
firmwareVersion: string; // e.g. '43.23'
412413
gw?: RX9Gateway;
413414
language: string; // e.g. 'eng'
415+
main_brush_sqm?: number;
414416
mapData?: RX9MapData;
415417
messageList: {
416418
messages: RX9Message[];
@@ -423,6 +425,7 @@ export interface RX9ApplianceStateReportedBase {
423425
platform: string; // e.g. '1.01'
424426
robotPushMessage?: RX9RobotPushMessage;
425427
robotStatus: RX9RobotStatus;
428+
side_brush_sqm?: number;
426429
}
427430
export interface RX91ApplianceStateReported extends RX9ApplianceStateReportedBase {
428431
ecoMode: boolean;

0 commit comments

Comments
 (0)