This library works great, but it sucks that it's only really centered around effects.
Is there a way to just trigger individual colors with transitions like node-phea does:
let lightId = [0]; // 0 is the Default Group for setting all lights in group.
let rgb = [255, 255, 255]; // RGB int array [r, g, b]
let transitionTime = 1000; // Milliseconds
bridge.transition(lightId, rgb, transitionTime);
This library works great, but it sucks that it's only really centered around effects.
Is there a way to just trigger individual colors with transitions like node-phea does: