UNPKG

node-red-contrib-ble-central

Version:

noble library wrapper to put a node-red flow into BLE central mode

7 lines (6 loc) 184 B
const readerService = require('./lib/readerService'); const communicationService = require('./lib/communicationService'); module.exports = { readerService, communicationService };