Minor refactors
This commit is contained in:
parent
a406a31da4
commit
f2aa7b84c0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const PlejdService = require('../PlejdService');
|
||||
const PlejdBLE = require('../PlejdBLE');
|
||||
|
||||
const cryptoKey = '';
|
||||
|
||||
const plejd = new PlejdService(cryptoKey, true);
|
||||
const plejd = new PlejdBLE(cryptoKey, true);
|
||||
plejd.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue