continued work with bluez

This commit is contained in:
icanos 2020-01-18 15:50:46 +00:00
parent 18b94288e3
commit ff04e8da41
5 changed files with 135 additions and 11 deletions

View file

@ -0,0 +1,6 @@
const PlejdService = require('../ble.bluez');
const cryptoKey = '';
const plejd = new PlejdService(cryptoKey, true);
plejd.init();