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

Add support for remote access config #225

Closed bdraco closed 2 years ago

bdraco commented 2 years ago

— Query Remote Access —
AT+SOCKB
+ok=TCP,8816,ra8816us02.magichue.net
AT+Z
+ok

— Enable Remote Access —
AT+SOCKB=TCP,8816,ra8816us02.magichue.net
+ok
AT+Z
+ok

— Disable Remote Access —
AT+SOCKB=NONE
+ok
AT+Z
+ok
codecov-commenter commented 2 years ago

Codecov Report

Merging #225 (f15949e) into master (07e4b5d) will increase coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
+ Coverage   83.45%   83.95%   +0.49%     
==========================================
  Files          15       15              
  Lines        2230     2293      +63     
==========================================
+ Hits         1861     1925      +64     
+ Misses        369      368       -1     
Impacted Files Coverage Δ
flux_led/aiodevice.py 100.00% <100.00%> (ø)
flux_led/aioscanner.py 98.68% <100.00%> (+0.68%) :arrow_up:
flux_led/scanner.py 77.10% <100.00%> (+6.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 07e4b5d...f15949e. Read the comment docs.