Skip to content

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

@bobbyjenkins34

Description

@bobbyjenkins34

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions