UNPKG

@ginden/blinkstick-v2

Version:
8 lines 314 B
"use strict"; 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