enwi / hueplusplus

A simple C++ library to control Philips Hue lights on Linux, MacOS, Windows, Espressif ESP32 SDK and Arduino. Full documentation at
https://enwi.github.io/hueplusplus/
GNU Lesser General Public License v3.0
55 stars 22 forks source link

Add new bulb types LCA003 and LCB001 to development branch #59

Closed CalcProgrammer1 closed 4 years ago

CalcProgrammer1 commented 4 years ago

This addresses the missing bulb aspects of issue https://github.com/enwi/hueplusplus/issues/57

Adds support for these bulbs:

20201102_171458

Tested using a Hue Bridge V1

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into development will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development      #59   +/-   ##
============================================
  Coverage        83.11%   83.11%           
============================================
  Files               93       93           
  Lines             8409     8409           
============================================
  Hits              6989     6989           
  Misses            1420     1420           
Impacted Files Coverage Δ
src/HueDeviceTypes.cpp 100.00% <100.00%> (ø)

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 8cd149a...fe14c29. Read the comment docs.