Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix permit with install code. #197

Merged
merged 1 commit into from
Nov 9, 2019
Merged

Conversation

Adminiuga
Copy link
Collaborator

permit_with_key() produces

debug: MulticastTableEntry[15] = <EmberMulticastTableEntry multicastId=0x0000 endpoint=0 networkIndex=0>
debug: Send command addTransientLinkKey: (91:e3:5d:0b:00:6f:0d:00, [187, 253, 160, 137, 172, 42, 120, 128, 28, 247, 252, 189, 166, 83, 57, 116])
'EmberKeyData' object has no attribute 'contents'
^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 40, in _python_exit
    t.join()
  File "/usr/lib/python3.7/threading.py", line 1032, in join
    self._wait_for_tstate_lock()
  File "/usr/lib/python3.7/threading.py", line 1048, in _wait_for_tstate_lock
    elif lock.acquire(block, timeout):
KeyboardInterrupt

This PR fixes parameter sent to addTransientLinkKey() command.

@Adminiuga Adminiuga merged commit a9b598f into zigpy:dev Nov 9, 2019
@Adminiuga Adminiuga deleted the fixes/install-code branch November 9, 2019 02:05
@Adminiuga Adminiuga added the fix label Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant