Skip to content

Cannot stop! #36

Description

@MartyJacques

I'm using Node-Red and imported the Busylight code (npm). I'm able to send commands to the light, but none of the "off" commands work.

Also, the commands seem to accumulate. Example: Sending flash red, then flash blue, the device will in both colors. Using "close" does nothing.

To set the color:
var myBusylight = busylight.get(); myBusylight.blink(['red'], 1000); myBusylight.close();

To (try to) stop:
var myBusylight = busylight.get(); myBusylight.off(); myBusylight.close();

Thanks!

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