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
310 stars 45 forks source link

writeValue - options improvements #20

Closed lupol closed 3 years ago

lupol commented 3 years ago

I saw closed PR with changes related to my current problem.

I faced an issue while using type reliable for writeValue. I update a little bit options for this method, all changes according to Bluez Gatt-Api

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.05%) to 95.833% when pulling bf358817891adbc71cfccd213f5a181c18504714 on lupol:writeValueOptionsTypes into 89506bf987ed0aa3431164ff91628374135107b6 on chrvadala:main.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

chrvadala commented 3 years ago

Released with v1.5.0 Thanks for your PR