Skip to content

Commit

Permalink
Add support of dreame.vacuum.r2228o (L10S ULTRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc authored Dec 24, 2022
1 parent cdca98f commit 046cde0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions miio/integrations/vacuum/dreame/dreamevacuum_miot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
DREAME_D9 = "dreame.vacuum.p2009"
DREAME_Z10_PRO = "dreame.vacuum.p2028"
DREAME_L10_PRO = "dreame.vacuum.p2029"
DREAME_L10S_ULTRA = "dreame.vacuum.r2228o"
DREAME_MOP_2_PRO_PLUS = "dreame.vacuum.p2041o"
DREAME_MOP_2_ULTRA = "dreame.vacuum.p2150a"
DREAME_MOP_2 = "dreame.vacuum.p2150o"
Expand Down Expand Up @@ -169,6 +170,7 @@
DREAME_D9: _DREAME_F9_MAPPING,
DREAME_Z10_PRO: _DREAME_F9_MAPPING,
DREAME_L10_PRO: _DREAME_TROUVER_FINDER_MAPPING,
DREAME_L10S_ULTRA: _DREAME_TROUVER_FINDER_MAPPING,
DREAME_MOP_2_PRO_PLUS: _DREAME_F9_MAPPING,
DREAME_MOP_2_ULTRA: _DREAME_F9_MAPPING,
DREAME_MOP_2: _DREAME_F9_MAPPING,
Expand Down Expand Up @@ -247,6 +249,7 @@ def _get_cleaning_mode_enum_class(model):
DREAME_D9,
DREAME_Z10_PRO,
DREAME_L10_PRO,
DREAME_L10S_ULTRA,
DREAME_MOP_2_PRO_PLUS,
DREAME_MOP_2_ULTRA,
DREAME_MOP_2,
Expand Down

0 comments on commit 046cde0

Please sign in to comment.