Skip to content

Commit

Permalink
fix(vendor.dreame): Fix Mop Dock Water Heater quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Sep 6, 2024
1 parent c0be1be commit 20917a7
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 @@ -808,7 +808,7 @@ class DreameQuirkFactory {

return this.helper.writeProperty(
DreameMiotServices["GEN2"].MOP_EXPANSION.SIID,
DreameMiotServices["GEN2"].VACUUM_2.PROPERTIES.HIGH_RES_MOP_DOCK_HEATER.PIID,
DreameMiotServices["GEN2"].MOP_EXPANSION.PROPERTIES.HIGH_RES_MOP_DOCK_HEATER.PIID,
val
);
}
Expand Down

0 comments on commit 20917a7

Please sign in to comment.