Skip to content

Commit

Permalink
Add support dreame.vacuum.ma1808 and dreame.vacuum.mb1808
Browse files Browse the repository at this point in the history
  • Loading branch information
st7105 committed May 13, 2023
1 parent e15252c commit 8f087c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions miio/integrations/dreame/vacuum/dreamevacuum_miot.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@


DREAME_1C = "dreame.vacuum.mc1808"
DREAME_1C_A = "dreame.vacuum.ma1808"
DREAME_1C_B = "dreame.vacuum.mb1808"
DREAME_F9 = "dreame.vacuum.p2008"
DREAME_D9 = "dreame.vacuum.p2009"
DREAME_Z10_PRO = "dreame.vacuum.p2028"
Expand Down Expand Up @@ -165,6 +167,8 @@

MIOT_MAPPING: Dict[str, MiotMapping] = {
DREAME_1C: _DREAME_1C_MAPPING,
DREAME_1C_A: _DREAME_1C_MAPPING,
DREAME_1C_B: _DREAME_1C_MAPPING,
DREAME_F9: _DREAME_F9_MAPPING,
DREAME_D9: _DREAME_F9_MAPPING,
DREAME_Z10_PRO: _DREAME_F9_MAPPING,
Expand Down

0 comments on commit 8f087c5

Please sign in to comment.