Skip to content

Commit

Permalink
Rename arguments to match parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
natexornate committed Feb 2, 2024
1 parent a19ae3c commit 93794c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_zboss/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ async def permit_ncp(self, time_s=60):
)
)

def permit_with_link_key(self, node, code, time_s=60):
def permit_with_link_key(self, node, link_key, time_s=60):
"""Permit with link key."""
raise NotImplementedError

Expand Down

0 comments on commit 93794c5

Please sign in to comment.