- Fixed event listener leak when discover all called multiple times (@danielbh)
- Use noble
^1.7.0
- Add battery level notification support (@Lahorde)
- Add
subscribeCharacteristic
andunsubscribeCharacteristic
- Add
readInt8Characteristic
,writeInt8Characteristic
,readInt16LECharacteristic
,writeInt16LECharacteristic
,readInt32LECharacteristic
, andwriteInt32LECharacteristic
- Add
hasService
andhasCharacteristic
- Use noble
^1.6.0
- Remove duplicated
writeUInt8Characteristic
function (@hotchpotch) - Add heart rate measument service (@hotchpotch)
- New
examples
folder for examples
- new
stopDiscover
API - new
discoverByAddress
API
- new
discoverById
API,discoverByUuid
is deprecated now .id
property,.uuid
is deprecated now- noble dependency is now
^1.1.0
- new
discoverByAddress
API .address
and.addressType
properties
- correct missing error parameter in
readUInt32LECharacteristic
- backwards compatibility fix for node 0.8 (@brucealdridge)
- re-work scanning logic to handle state changes
- use noble 1.0.0
- add
connectedAndSetUp
property
- add error parameters to callbacks
connectAndSetup
renamed toconnectAndSetUp
- Changes not recorded