Skip to content

mgibeau/applights-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node.js Bluetooth SDK for Gimmy AppLights™

Resources

License

Stars

Watchers

Forks

Packages

No packages published