Skip to content

Commit 775f706

Browse files
committed
Merge remote-tracking branch 'origin/switch_fix' into switch_fix
2 parents 9aa448a + ecfe8e1 commit 775f706

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
@@ -31,5 +31,5 @@ async def enable(self) -> None:
3131
)
3232

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

0 commit comments

Comments
 (0)