8000 Tags · zigpy/zigpy-deconz · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zigpy/zigpy-deconz

Tags

0.25.0

Toggle 0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable retries for requests, deferring to zigpy (#264)

* Disable retries for requests, deferring to zigpy

* Remove unnecessary unit test

0.24.2

Toggle 0.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fail adapter migration if the frame counter cannot be written (#263)

0.24.1

Toggle 0.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanly shut down the serial port on disconnect (#259)

* Cleanly shut down the serial port on disconnect

* Send `connection_lost` even if we do not have an open serial connection

* Call `super().close()` in `SerialProtocol`

* Use `self._transport.write` instead of `send_data`

* Let zigpy handle flow control

* Bump minimum zigpy version

* Fix unit tests

* Make `api` an async fixture to grab reference to loop early

* Set default pytest-asyncio fixture loop scope

* Fix unit test failing due to event loop caching issue in pytest-asyncio

* Bring test coverage up

0.24.0

Toggle 0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support zigpy packet priority (#262)

* Support zigpy packet priority

* Don't use Python 3.8 in CI

0.23.3

Toggle 0.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not convert `config` multiple times (#260)

0.23.2

Toggle 0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix blocking metadata version call (#257)

0.23.1

Toggle 0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Register the command response listener before sending (#248)

0.23.0

Toggle 0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle CB3 not sending the correct `add_neighbor` response (#247)

* Handle CB3 not sending the correct response

* Fix broken unit test

* Fix remaining broken unit tests

0.22.4

Toggle 0.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow delayed duplicate responses (#244)

* Demote duplicate or delayed response to debug, not warning

* Log the waiting response queue

* Delay `MismatchedResponseError` in case the firmware eventually responds

* Add some logging

* Make sure we do not resolve the future right away

* Add a unit test

0.22.3

Toggle 0.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement command priority (#240)

0