Skip to content

Commit 2e80f5d

Browse files
author
Daisuke Baba
committed
Bump version
1 parent ed3fe02 commit 2e80f5d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ sudo hcidump -t -x
130130
Set `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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)