Skip to content

Commit ecfe8e1

Browse files
Lash-LCopilot
andauthored
Update roborock/devices/traits/v1/do_not_disturb.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9570467 commit ecfe8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/v1/do_not_disturb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ async def enable(self) -> None:
3636
)
3737

3838
async def disable(self) -> None:
39-
"""Set the Do Not Disturb (DND) timer settings of the device."""
39+
"""Disable the Do Not Disturb (DND) timer settings of the device."""
4040
await self.rpc_channel.send_command(RoborockCommand.CLOSE_DND_TIMER)

0 commit comments

Comments
 (0)