Skip to content

mgibeau/applights-sdk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

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