Skip to content

Commit

Permalink
fix(vendor.dreame): Fix mova p10pu device detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Feb 2, 2025
1 parent b56ce99 commit 5b66c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ class DreameMovaP10ProUltraValetudoRobot extends DreameGen4ValetudoRobot {

return [
"dreame.vacuum.r2491a",
"mova.vacuum.r2491a",
].includes(deviceConf?.model);
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/installation/dreame.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ As described in the high-level overview, we start by doing some reconnaissance o
#### Get the config value

Download the latest stage1 dustbuilder livesuit image for your robot:
- <a href="https://builder.dontvacuum.me/nextgen/dust-livesuit-mr813-ddr4.img" rel="noopener" target="_blank">L10s Ultra, L10s Pro Ultra Heat, X40 Ultra, X40 Master, L40 Ultra, Mova S20 Ultra</a>
- <a href="https://builder.dontvacuum.me/nextgen/dust-livesuit-mr813-ddr3.img" rel="noopener" target="_blank">D10s Pro/Plus, W10 Pro</a>
- <a href="https://builder.dontvacuum.me/nextgen/dust-livesuit-mr813-ddr4.img" rel="noopener" target="_blank">Everything else</a>

and select that as the Image in the LiveSuit tool.

Expand Down

0 comments on commit 5b66c35

Please sign in to comment.