This package has been deprecated

Author message:

I've moved all of my Busylight packages to the @k-blight scope.

@4lch4/busylight
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

@4lch4/busylight

This is a simple library to control a Busylight device from Plenom, using their HTTP app.

Requirements

In order for this to work, you have to have the official Busylight HTTP app installed and running on your computer. Here are the two ways I'm aware of to get it:

  1. From the Development Tools section of the download software page. You have to request it though.
  2. From the same download software page linked just above, but under the Premium Software you want to download the one for Twilio. The zip provided will include the HTTP app.

Usage

import { Busylight } from '@4lch4/busylight'

const busylight = new Busylight()

await busylight.on('green')

await busylight.alert({ color: 'red', sound: 7, volume: 50 })

await busylight.blink('blue')

await busylight.jingle({ color: 'purple', sound: 3, volume: 100 })

await busylight.pulse('yellow')

await busylight.flashColors('red', 'blue')

await busylight.off()

Further Reading

For more information, refer to the manual from Kuando on the HTTP app, it's where the API documentation resides.

Readme

Keywords

Package Sidebar

Install

npm i @4lch4/busylight

Weekly Downloads

0

Version

1.3.1

License

MIT

Unpacked Size

83.7 kB

Total Files

7

Last publish

Collaborators

  • 4lch4-ci
  • alcha