amimof / huego

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

Add TransitionTime to Scene struct #41

Closed ghost closed 3 years ago

ghost commented 3 years ago

To quote the docs:

As of 1.36 transitiontime can be used in combination of “scene” attribute. This causes it to be recalled with the given transition time. If used in combination with multiple attributes, transitiontime is applied to all attributes supporting it (on, bri, xy, hue, sat, ct, scene)

codecov-commenter commented 3 years ago

Codecov Report

Merging #41 (0261fc5) into master (e347bf0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   69.71%   69.71%           
=======================================
  Files           5        5           
  Lines        1215     1215           
=======================================
  Hits          847      847           
  Misses        201      201           
  Partials      167      167           
Impacted Files Coverage Δ
scene.go 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 e347bf0...0261fc5. Read the comment docs.