We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dfbc5 commit e267121Copy full SHA for e267121
1 file changed
deebot_client/events/__init__.py
@@ -154,7 +154,8 @@ class LifeSpan(StrEnumWithXml):
154
DUST_CASE_HEAP = "dustCaseHeap", "DustCaseHeap"
155
STATION_FILTER = "spHeap", "SpHeap"
156
WATER_SINK = "waterSink", "WaterSink"
157
- MOP_WASHING_TRAY = "mopWashingTray", "mopWashingTray"
+ MOP_WASHING_TRAY = "mopWashingTray", "mopWashingTray"WEED_ROPE = "weedRope", "WeedRope"
158
+ TRIMMER_BRUSH = "trimmerBrush", "TrimmerBrush"
159
160
161
@dataclass(frozen=True)
0 commit comments