8000 Add mention about "smart control" · python-kasa/python-kasa@6f4fa65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f4fa65

Browse files
committed
Add mention about "smart control"
1 parent a3ee703 commit 6f4fa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kasa/modules/motion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def inactivity_timeout(self) -> int:
6868
async def set_inactivity_timeout(self, timeout: int):
6969
"""Set inactivity timeout in milliseconds.
7070
71-
Note, that you need to delete the default rule to avoid reverting this
72-
back to 60 seconds after a period of time.
71+
Note, that you need to delete the default "Smart Control" rule in the app
72+
to avoid reverting this back to 60 seconds after a period of time.
7373
"""
7474
return await self.call("set_cold_time", {"cold_time": timeout})

0 commit comments

Comments
 (0)
0