Skip to content

Commit

Permalink
fix(vendor.dreame): Fix edge mopping quirk state reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Oct 7, 2023
1 parent a0fe743 commit 9e4617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/robots/dreame/DreameQuirkFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ class DreameQuirkFactory {
switch (deserializedResponse.MeticulousTwist) {
case -7:
case -1:
return "every_7_days";
return "off";
case 1:
return "each_cleanup";
case 7:
Expand Down

0 comments on commit 9e4617b

Please sign in to comment.