Skip to content

Commit

Permalink
fix: add a mop mode to QRevoMaster (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Dec 19, 2024
1 parent 78069c4 commit bf0feb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roborock/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ class Q7MaxStatus(Status):
class QRevoMasterStatus(Status):
fan_power: RoborockFanSpeedQRevoMaster | None = None
water_box_mode: RoborockMopIntensityQRevoMaster | None = None
mop_mode: RoborockMopModeS7 | None = None


@dataclass
Expand Down

0 comments on commit bf0feb7

Please sign in to comment.