amimof / huego

An extensive Philips Hue client library for Go with an emphasis on simplicity
MIT License
250 stars 36 forks source link

Add Hue v2 support for the upcoming v2.0.0 release #52

Open amimof opened 2 years ago

amimof commented 2 years ago

Adds support for Hue API V2

Features

Progress

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (ef38c24) into master (5668ae6) will decrease coverage by 8.73%. The diff coverage is 35.07%.

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   73.53%   64.80%   -8.74%     
==========================================
  Files           5       12       +7     
  Lines        1436     1858     +422     
==========================================
+ Hits         1056     1204     +148     
- Misses        210      462     +252     
- Partials      170      192      +22     
Impacted Files Coverage Δ
v2/room.go 0.00% <0.00%> (ø)
v2/zone.go 0.00% <0.00%> (ø)
v2/clientv2.go 15.78% <15.78%> (ø)
v2/scene.go 28.57% <28.57%> (ø)
v2/light.go 46.15% <46.15%> (ø)
v2/huego.go 52.00% <52.00%> (ø)
v2/client.go 55.26% <55.26%> (ø)

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 5668ae6...ef38c24. Read the comment docs.