Skip to content

Commit

Permalink
Added support for dreame d10 plus (#1827)
Browse files Browse the repository at this point in the history
Dreame D10 plus (https://home.miot-spec.com/spec/dreame.vacuum.r2205)
seems to be using the same mapping as DREAME_TROUVER_FINDER. This allows
for miio to use the robot properly by supporting it with dreamevacuum
instead of genericmiot
  • Loading branch information
TxMat authored Sep 20, 2023
1 parent 4039842 commit 8f567fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miio/integrations/dreame/vacuum/dreamevacuum_miot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
DREAME_MOP_2_ULTRA = "dreame.vacuum.p2150a"
DREAME_MOP_2 = "dreame.vacuum.p2150o"
DREAME_TROUVER_FINDER = "dreame.vacuum.p2036"
DREAME_D10_PLUS = "dreame.vacuum.r2205"

_DREAME_1C_MAPPING: MiotMapping = {
# https://home.miot-spec.com/spec/dreame.vacuum.mc1808
Expand Down Expand Up @@ -174,6 +175,7 @@
DREAME_MOP_2_ULTRA: _DREAME_F9_MAPPING,
DREAME_MOP_2: _DREAME_F9_MAPPING,
DREAME_TROUVER_FINDER: _DREAME_TROUVER_FINDER_MAPPING,
DREAME_D10_PLUS: _DREAME_TROUVER_FINDER_MAPPING,
}


Expand Down

0 comments on commit 8f567fe

Please sign in to comment.