We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aa448a + ecfe8e1 commit 775f706Copy full SHA for 775f706
roborock/devices/traits/v1/do_not_disturb.py
@@ -31,5 +31,5 @@ async def enable(self) -> None:
31
)
32
33
async def disable(self) -> None:
34
- """Set the Do Not Disturb (DND) timer settings of the device."""
+ """Disable the Do Not Disturb (DND) timer settings of the device."""
35
await self.rpc_channel.send_command(RoborockCommand.CLOSE_DND_TIMER)
0 commit comments