Skip to content

Commit 8667554

Browse files
committed
v1.0.8
### Changes - fix extra trace of old noble from @abandonware/noble
1 parent c006ed5 commit 8667554

File tree

3 files changed

+4073
-414
lines changed

3 files changed

+4073
-414
lines changed

lib/switchbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Switchbot {
3434
if (params && params.noble) {
3535
noble = params.noble;
3636
} else {
37-
noble = require('@abandonware/noble');
37+
noble = require('@homebridge/noble');
3838
}
3939

4040
// Plublic properties

0 commit comments

Comments
 (0)