Skip to content

Commit

Permalink
feat(vendor.dreame): Support for the L10 Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Oct 24, 2022
1 parent 040d4fb commit 5ec12d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/robots/dreame/DreameZ10ProValetudoRobot.js
Expand Up @@ -144,7 +144,7 @@ class DreameZ10ProValetudoRobot extends DreameGen2LidarValetudoRobot {
static IMPLEMENTATION_AUTO_DETECTION_HANDLER() {
const deviceConf = MiioValetudoRobot.READ_DEVICE_CONF(DreameValetudoRobot.DEVICE_CONF_PATH);

return !!(deviceConf && deviceConf.model === "dreame.vacuum.p2028");
return !!(deviceConf && (deviceConf.model === "dreame.vacuum.p2028" || deviceConf.model === "dreame.vacuum.p2028a"));
}
}

Expand Down

0 comments on commit 5ec12d3

Please sign in to comment.