Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is awesome for effects but hard to use for just individual colors with transitions #2

Open
bobbyjenkins34 opened this issue Jun 16, 2021 · 0 comments

Comments

@bobbyjenkins34
Copy link

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant