NodeJS bindings for Logitech's Illumination SDK
npm i logitech-led
const logitechLED = require('logitech-led');
const success = logitechLED.LogiLedInit();
if (success) {
logitechLED.LogiLedSetLighting(0, 100, 0);
}
- Must be called before everything else
- red, green, blue: integers within the range [0,100]