Releases: CANDY-LINE/node-red-contrib-generic-ble
Releases · CANDY-LINE/node-red-contrib-generic-ble
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
2.0.4
- Fix an issue where this node don't work with [email protected]
2.0.3
2.0.2
2.0.1
2.0.0
- 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
toGeneric 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
toGeneric 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 defaultOperation Timeout
value- Remove
Listening Period
fromGeneric BLE
config node GENERIC_BLE_NOTIFY_WAIT_MS
is removed