Skip to content

Commit

Permalink
Remove erroneous getMulticastTableEntry(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 5, 2024
1 parent 9fe1776 commit bcf2774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bellows/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,6 @@ async def _watchdog_feed(self):
cnt._raw_value = free_buffers
cnt._last_reset_value = 0

await self._ezsp.getMulticastTableEntry(0)

LOGGER.debug("%s", counters)
except (asyncio.TimeoutError, EzspError) as exc:
# TODO: converted Silvercrest gateways break without this
Expand Down

0 comments on commit bcf2774

Please sign in to comment.