File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ sudo hcidump -t -x
130130Set ` GENERIC_BLE_TRACE=true ` on starting Node-RED and you can find the precise log in ` /var/log/syslog ` .
131131
132132# Revision History
133- * ?.?.?
133+ * 2.0.0
134+ - Add ` Poll Notify Events ` message support so that Generic BLE out node can start to subscribe the given characteristic events
134135 - Support characteristic query by one or more uuids
135136 - Add ` Mute Notify Events ` to ` Generic BLE ` config node for this node to avoid unnecessary device connection for event subscription
136137 - Replace ` RED.log ` functions with node logging functions as possible to offer precise logging control via UI
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-contrib-generic-ble" ,
3- "version" : " 1 .0.3 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " Node-RED nodes for generic BLE devices" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments