Skip to content

Commit 2b83b57

Browse files
committed
Add a few more ignored ZDO callbacks
1 parent 4311c2a commit 2b83b57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zigpy_znp/zigbee/application.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ def _bind_callbacks(self) -> None:
658658
c.ZDO.SimpleDescRsp,
659659
c.ZDO.ActiveEpRsp,
660660
c.ZDO.MgmtLqiRsp,
661+
c.ZDO.BindRsp,
662+
c.ZDO.UnBindRsp,
661663
]:
662664
self._znp.callback_for_response(
663665
ignored_msg.Callback(partial=True),

0 commit comments

Comments
 (0)