applights-sdk

Node.js Bluetooth SDK for Gimmy AppLights™

Usage no npm install needed!

<script type="module">
  import applightsSdk from 'https://cdn.skypack.dev/applights-sdk';
</script>

README

NodeJS AppLights™ SDK

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.