Skip to content

2.0.0

Choose a tag to compare

@dbaba dbaba released this 28 Nov 08:54
· 278 commits to master since this release
  • 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