logi-fix.js aktualisiert
This commit is contained in:
parent
b2396e2e61
commit
1b97501484
@ -122,7 +122,7 @@ function sendColors(overrideColor) {
|
|||||||
const ledsToSend = Math.min(4, RGBDataExtra.length/4);
|
const ledsToSend = Math.min(4, RGBDataExtra.length/4);
|
||||||
|
|
||||||
packet = [0x11, 0xFF, 0x10, 0x1A].concat(RGBDataExtra.splice(0, ledsToSend*4));
|
packet = [0x11, 0xFF, 0x10, 0x1A].concat(RGBDataExtra.splice(0, ledsToSend*4));
|
||||||
|
device.set_endpoint(1, 0x0604, 0xff43); // Lighting IF
|
||||||
device.write(packet, 20);
|
device.write(packet, 20);
|
||||||
device.pause(1);
|
device.pause(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user