Releases: sorrir/node-bluetooth
Releases · sorrir/node-bluetooth
Release list
v0.4.1
- Fixed a potential undefined device on connection in UartBluetoothClient
- Added code style checks
On NPM
v0.4.0
Changes
Improved handling of managed objects
Every client interface now has a ObjectManager parameter that has full functionality of the org.freedesktop.DBus.ObjectManager interface relative to the object. This allows for example only listening for adding/removing interfaces that are a registered as a sub-path of the respective object.
Improved handling of properties
Every client interface now has a Properties parameter that has full functionality of the org.freedesktop.DBus.Properties interface. This allows for example to query all parameters at once via GetAll.
Miscellaneous changes
- Improved documentation
- Improved handling of filters
- Added function to
Adapterto connect to default adapter that is not namedhci0