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 18048d2 commit 7e33551Copy full SHA for 7e33551
zigpy_deconz/zigbee/application.py
@@ -28,8 +28,6 @@ def __init__(self, api, database_file=None):
28
self.discovering = False
29
self.version = 0
30
31
- asyncio.ensure_future(self._reset_watchdog())
32
-
33
async def _reset_watchdog(self):
34
while True:
35
await self._api.write_parameter(NETWORK_PARAMETER['watchdog_ttl'][0], 3600)
0 commit comments