busylight
busylight copied to clipboard
node library for busylight
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependency [node-hid](https://github.com/node-hid/node-hid). These dependencies need to be updated together. Updates `semver` from 5.7.1 to 7.5.3 Release notes Sourced from semver's releases. v7.5.3 7.5.3...
Hi, I've put together this script to test the light, but I get this output and no light at all: ```js require('busylight').devices(true); const bl = require('busylight').get(1); console.log(bl); bl.on('disconnected', function (err)...