Unofficial SDK for controlling Gimmy AppLights™ bluetooth devices.
- NodeJS 8.x
- Noble
Note: This project is using a fork of Noble which includes fixes specific to macOS High Sierra. See this pull request for details.
There is only one product supported so far, but pull requests are welcomed :)
- AppLights™ 24 Multi-Color LED-M5 (24LGT-M5)
- On / Off control
- Changing some effects
const sdk = require('applights-sdk')
let controller = new sdk.StringsController(opts)
// Turn on the lights
controller.turnOn().then(res).catch(err)
// Turn off the lights
controller.turnOff().then(res).catch(err)
// Apply a theme, see ./lib/effects folder
controller.setTheme(theme).then(res).catch(err)
The names "AppLights™ and LightShow™" are trademarks of Gemmy Industries.
This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Gemmy Industries or any of its affiliates or subsidiaries.
I, the project owner and creator, am not responsible for any legalities that may arise in the use of this project. Use at your own risk.