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

7 lines
131 B
JavaScript
Raw Permalink Normal View History

2021-02-08 19:55:18 +01:00
const PlejdBLE = require('../PlejdBLEHandler');
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();