Skip to content

Commit

Permalink
Fix watchdog init (#34)
Browse files Browse the repository at this point in the history
No need to init watchdog timer before startup.
  • Loading branch information
damarco authored Apr 20, 2019
1 parent 18048d2 commit 7e33551
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zigpy_deconz/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def __init__(self, api, database_file=None):
self.discovering = False
self.version = 0

asyncio.ensure_future(self._reset_watchdog())

async def _reset_watchdog(self):
while True:
await self._api.write_parameter(NETWORK_PARAMETER['watchdog_ttl'][0], 3600)
Expand Down

0 comments on commit 7e33551

Please sign in to comment.