hassio-plejd/plejd/test/test.ble.bluez.js

7 lines
124 B
JavaScript
Raw Normal View History

2021-02-01 21:13:25 +01:00
const PlejdBLE = require('../PlejdBLE');
2020-01-18 15:50:46 +00:00
const cryptoKey = '';
2021-02-01 21:13:25 +01:00
const plejd = new PlejdBLE(cryptoKey, true);
plejd.init();