Skip to content

Commit

Permalink
in case of unknown device, lets pass the packet to zigpy
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 10, 2023
1 parent c854903 commit 5f103b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/ZigpyTransport/AppGeneric.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def packet_received(

except KeyError:
self.log.logging("TransportZigpy", "Debug", "Unknown device %r", packet.src)
super(type(self),self).packet_received(packet)
return

self.log.logging("TransportZigpy", "Debug", "identified device - %s (%s)" % (str(sender), type(sender)))
Expand Down

0 comments on commit 5f103b2

Please sign in to comment.