Skip to content

pixelscript/usb-webmail-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usb-webmail-notifier

Node.js Controller for the USB "Webmail Notifier" that can light up with 7 different colours.

Green Gallery of colours

Cycle the colours:

var notifier = require('usb-webmail-notifier');
notifier.cycle();

Set a color:

notifier.color('GREEN');

Play a sequence:

// sequence, delay, loop, startIndex
notifier.play(['RED','OFF','GREEN','OFF'],100,true,1);

Flash:

// colour, delay, times
notifier.flash('RED',1000,20);

Switch off:

notifier.off();
// or
notifier.color('OFF');

About

Node.js Controller for the USB "Webmail Notifier" that can light up with 7 different colours

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published