zigpy / zigpy-deconz

A library which communicates with Deconz radios for zigpy
GNU General Public License v3.0
86 stars 20 forks source link

Allow delayed duplicate responses #244

Closed puddly closed 9 months ago

puddly commented 9 months ago

The firmware can sometimes respond with the correct response after responding with an incorrect response.

Delay MismatchedResponseError for 500ms in case we receive the correct response.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (55c4f79) 98.68% compared to head (7395472) 98.69%. Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #244 +/- ## ========================================== + Coverage 98.68% 98.69% +0.01% ========================================== Files 7 7 Lines 913 920 +7 ========================================== + Hits 901 908 +7 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.