Skip to content

Commit

Permalink
fix(vendor.dreame): Remove mop drying time quirk from the W10 Pro as …
Browse files Browse the repository at this point in the history
…it is not implemented by the firmware
  • Loading branch information
Hypfer committed Feb 17, 2024
1 parent 7b6f506 commit 28c91b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/lib/robots/dreame/DreameW10ProValetudoRobot.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class DreameW10ProValetudoRobot extends DreameMopValetudoRobot {
quirks: [
QuirkFactory.getQuirk(DreameQuirkFactory.KNOWN_QUIRKS.MOP_DOCK_MOP_CLEANING_FREQUENCY),
QuirkFactory.getQuirk(DreameQuirkFactory.KNOWN_QUIRKS.MOP_DOCK_WET_DRY_SWITCH),
QuirkFactory.getQuirk(DreameQuirkFactory.KNOWN_QUIRKS.MOP_DRYING_TIME),
]
}));
}
Expand Down

0 comments on commit 28c91b6

Please sign in to comment.