Skip to content

Commit

Permalink
handle leave at dev update signal
Browse files Browse the repository at this point in the history
  • Loading branch information
DamKast committed Apr 15, 2024
1 parent 5f22a69 commit e47e5b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zigpy_zboss/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,7 @@ def on_dev_update(self, msg: c.ZDO.DevUpdateInd.Ind):
pass
# self.handle_join(msg.Nwk, msg.IEEE, 0x0000)
elif msg.Status == t_zboss.DeviceUpdateStatus.device_left:
pass
# self.handle_leave(msg.Nwk, msg.IEEE)
self.handle_leave(msg.Nwk, msg.IEEE)
elif msg.Status == t_zboss.DeviceUpdateStatus.tc_rejoin:
pass
# self.handle_join(msg.Nwk, msg.IEEE, 0x0000)
Expand Down

0 comments on commit e47e5b6

Please sign in to comment.