Danielhiversen / flux_led

A utility for controlling Flux WiFi Smart LED Light Bulbs
GNU Lesser General Public License v3.0
158 stars 144 forks source link

Improve processing of wrapper messages to handle any inside message instead of only 0x81 #240

Closed bdraco closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #240 (06f811b) into master (4525801) will increase coverage by 0.29%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   84.47%   84.77%   +0.29%     
==========================================
  Files          15       15              
  Lines        2364     2397      +33     
==========================================
+ Hits         1997     2032      +35     
+ Misses        367      365       -2     
Impacted Files Coverage Δ
flux_led/aiodevice.py 100.00% <100.00%> (ø)
flux_led/protocol.py 97.69% <100.00%> (+0.55%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4525801...06f811b. Read the comment docs.

bdraco commented 2 years ago

Still a few more fixes