-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot get a specific Busylight attached to system #35
Comments
I am seeing this also. The |
In Issue #31 somebody tries integer values for the path. I have not tried it yet. |
In looking at the code, it expects an options object as the argument for My guess is that in the |
Thanks Joseph, it works great now. The documentation incorrectly refers to a path. You are correct with the options object as an argument instead of a string path.
|
I have multiple busylights attached Raspberry Pi 4 with Raspberry Pi OS Bullseye and Node 18 and I want address them individually and not just the first one found. Addressing the first found works great. The README code var busylight = require('busylight').get(path); does nothing.
Does anyone have multiple busylights working?
Output from the console log above
The text was updated successfully, but these errors were encountered: