@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
8 lines • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getInfoBlockRaw = getInfoBlockRaw;
async function getInfoBlockRaw(device, location) {
const buffer = await device.getFeatureReport(location, 33);
return Buffer.from(buffer, 1);
}
//# sourceMappingURL=get-info-block.js.map