mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
fix(vendor.dreame): Add another new modelId
This commit is contained in:
parent
a71a91a8bd
commit
df46e2e697
@ -275,7 +275,10 @@ class DreameL10SProUltraHeatValetudoRobot extends DreameGen4ValetudoRobot {
|
||||
static IMPLEMENTATION_AUTO_DETECTION_HANDLER() {
|
||||
const deviceConf = MiioValetudoRobot.READ_DEVICE_CONF(DreameValetudoRobot.DEVICE_CONF_PATH);
|
||||
|
||||
return !!(deviceConf && deviceConf.model === "dreame.vacuum.r2338a");
|
||||
return [
|
||||
"dreame.vacuum.r2338a",
|
||||
"dreame.vacuum.r2338",
|
||||
].includes(deviceConf?.model);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user