mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
fix(vendor.dreame): Fix mova p10pu device detection
This commit is contained in:
parent
b56ce990db
commit
5b66c35331
@ -258,6 +258,7 @@ class DreameMovaP10ProUltraValetudoRobot extends DreameGen4ValetudoRobot {
|
||||
|
||||
return [
|
||||
"dreame.vacuum.r2491a",
|
||||
"mova.vacuum.r2491a",
|
||||
].includes(deviceConf?.model);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user