Skip to content

Releases: CANDY-LINE/node-red-contrib-generic-ble

4.0.3

18 Nov 04:54
Compare
Choose a tag to compare
no message

4.0.2

18 Jun 02:39
Compare
Choose a tag to compare

4.0.1

21 May 00:09
Compare
Choose a tag to compare

4.0.0

21 May 00:09
Compare
Choose a tag to compare

3.1.0

03 Jun 08:18
Compare
Choose a tag to compare
  • Add support for Node.js v10

2.0.4

12 Mar 07:55
Compare
Choose a tag to compare

2.0.3

24 Feb 12:15
Compare
Choose a tag to compare
  • Fix an issue where noble looses a reference to a peripheral after it is disconnected

2.0.2

17 Jan 11:03
Compare
Choose a tag to compare
  • Fix an issue where Write operation cannot be performed properly (#4)

2.0.1

17 Jan 11:03
Compare
Choose a tag to compare
  • Fix an issue where Select from scan result failed to list characteristics

2.0.0

28 Nov 08:54
Compare
Choose a tag to compare
  • Add Poll Notify Events message support so that Generic BLE out node can start to subscribe the given characteristic events
  • Support characteristic query by one or more uuids
  • Add Mute Notify Events to Generic BLE config node for this node to avoid unnecessary device connection for event subscription
  • Replace RED.log functions with node logging functions as possible to offer precise logging control via UI
  • Add Operation Timeout to Generic BLE config node to set the waiting time for Read/Write/Notify response per characteristic rather than per device
  • GENERIC_BLE_OPERATION_WAIT_MS is introduced for default Operation Timeout value
  • Remove Listening Period from Generic BLE config node
  • GENERIC_BLE_NOTIFY_WAIT_MS is removed