zigpy / zigpy-deconz

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

Replace `57600` baudrate with `38400` #250

Closed puddly closed 7 months ago

puddly commented 7 months ago

Fixes #249.

57600 is not correct, it should have been 38400.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (df9c0c6) 98.69% compared to head (cf22f75) 98.81%. Report is 2 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #250 +/- ## ========================================== + Coverage 98.69% 98.81% +0.11% ========================================== Files 7 7 Lines 920 925 +5 ========================================== + Hits 908 914 +6 + Misses 12 11 -1 ```

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