Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.51 KB

NodeJS AppLights™ SDK

Greenkeeper badge

Unofficial SDK for controlling Gimmy AppLights™ bluetooth devices.

Dependencies

Note: This project is using a fork of Noble which includes fixes specific to macOS High Sierra. See this pull request for details.

Supported Products

There is only one product supported so far, but pull requests are welcomed :)

  • AppLights™ 24 Multi-Color LED-M5 (24LGT-M5)

Supported features

Usage

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)

Legal

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.