Skip to content

Commit e267121

Browse files
authored
Fix formatting and add new constants in __init__.py
feat(events): add weedRope and trimmerBrush to LifeSpan enum
1 parent 02dfbc5 commit e267121

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deebot_client/events/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ class LifeSpan(StrEnumWithXml):
154154
DUST_CASE_HEAP = "dustCaseHeap", "DustCaseHeap"
155155
STATION_FILTER = "spHeap", "SpHeap"
156156
WATER_SINK = "waterSink", "WaterSink"
157-
MOP_WASHING_TRAY = "mopWashingTray", "mopWashingTray"
157+
MOP_WASHING_TRAY = "mopWashingTray", "mopWashingTray"WEED_ROPE = "weedRope", "WeedRope"
158+
TRIMMER_BRUSH = "trimmerBrush", "TrimmerBrush"
158159

159160

160161
@dataclass(frozen=True)

0 commit comments

Comments
 (0)