chrvadala / node-ble

Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
https://www.npmjs.com/package/node-ble
MIT License
315 stars 46 forks source link

Added typescript definition, corrected README #10

Closed pascalopitz closed 3 years ago

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.779% when pulling cfcaf206fd456e5434ce505cce21fe07364c6be3 on pascalopitz:master into 99bbf701c94b4d93018ff33cb046dc4ba82007db on chrvadala:master.

pascalopitz commented 4 years ago

No worries. Good work on the lib, works a treat!

chrvadala commented 4 years ago

Thank you, I'll merge soon

Sunoo commented 4 years ago

Just a quick note, spotted a few mismatches between this type definition and the library, and I corrected them in a pull request on that fork: https://github.com/pascalopitz/node-ble/pull/1

Might make sense to look into that before merging.

jordanorc commented 3 years ago

Any update on that?

chrvadala commented 3 years ago

Released with v1.3.0 Thanks @pascalopitz for the PR

jordanorc commented 3 years ago

Thank's @chrvadala and @pascalopitz! Great work :)