mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -446,10 +446,10 @@ int LedDevicePhilipsHue::write(const std::vector<ColorRgb> & ledValues)
|
||||
else
|
||||
{
|
||||
light.setOn(true);
|
||||
// Write color if color has been changed.
|
||||
light.setTransitionTime(transitionTime);
|
||||
light.setColor(xy, brightnessFactor);
|
||||
}
|
||||
// Write color if color has been changed.
|
||||
light.setTransitionTime(transitionTime);
|
||||
light.setColor(xy, brightnessFactor);
|
||||
|
||||
idx++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user