Skip to content

Commit

Permalink
fix(vendor.dreame): Fix mop dock drying time quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jan 1, 2024
1 parent ebf8e9f commit 7c87bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/robots/dreame/DreameQuirkFactory.js
Expand Up @@ -360,7 +360,7 @@ class DreameQuirkFactory {
val = 3;
break;
case "4h":
val = 3;
val = 4;
break;
default:
throw new Error(`Received invalid value ${value}`);
Expand Down

0 comments on commit 7c87bf6

Please sign in to comment.