You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise log in `/var/log/syslog`.
131
131
132
132
# Revision History
133
+
134
+
* 2.0.0
135
+
- Add `Poll Notify Events` message support so that Generic BLE out node can start to subscribe the given characteristic events
136
+
- Support characteristic query by one or more uuids
137
+
- Add `Mute Notify Events` to `Generic BLE` config node for this node to avoid unnecessary device connection for event subscription
138
+
- Replace `RED.log` functions with node logging functions as possible to offer precise logging control via UI
139
+
- Add `Operation Timeout` to `Generic BLE` config node to set the waiting time for Read/Write/Notify response **per characteristic** rather than per device
140
+
-`GENERIC_BLE_OPERATION_WAIT_MS` is introduced for default `Operation Timeout` value
141
+
- Remove `Listening Period` from `Generic BLE` config node
142
+
-`GENERIC_BLE_NOTIFY_WAIT_MS` is removed
143
+
133
144
* 1.0.2
134
145
- Improve README
135
146
- Add an example flow file available from the editor UI
0 commit comments