Danielhiversen / flux_led

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

Add support to manage 2.4G remotes #283

Closed bdraco closed 2 years ago

bdraco commented 2 years ago

closes #259

codecov-commenter commented 2 years ago

Codecov Report

Merging #283 (7dd9cd7) into master (0eee12f) will increase coverage by 0.31%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage   86.57%   86.88%   +0.31%     
==========================================
  Files          15       15              
  Lines        2756     2814      +58     
==========================================
+ Hits         2386     2445      +59     
+ Misses        370      369       -1     
Impacted Files Coverage Δ
flux_led/aiodevice.py 99.18% <100.00%> (+0.07%) :arrow_up:
flux_led/base_device.py 97.92% <100.00%> (+0.02%) :arrow_up:
flux_led/const.py 100.00% <100.00%> (ø)
flux_led/models_db.py 98.83% <100.00%> (+0.01%) :arrow_up:
flux_led/protocol.py 98.79% <100.00%> (+0.21%) :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 0eee12f...7dd9cd7. Read the comment docs.

bdraco commented 2 years ago

Tested and working, but need to write tests