8000
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.
1 parent 78d9616 commit a3ee703Copy full SHA for a3ee703
kasa/modules/motion.py
@@ -71,4 +71,4 @@ async def set_inactivity_timeout(self, timeout: int):
71
Note, that you need to delete the default rule to avoid reverting this
72
back to 60 seconds after a period of time.
73
"""
74
- return await self.call("set_cold_time", timeout)
+ return await self.call("set_cold_time", {"cold_time": timeout})
0 commit comments