We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2be36c commit b467f20Copy full SHA for b467f20
README.md
@@ -131,6 +131,9 @@ Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise l
131
132
# Revision History
133
134
+* 2.0.1
135
+ - Fix an issue where `Select from scan result` failed to list characteristics
136
+
137
* 2.0.0
138
- Add `Poll Notify Events` message support so that Generic BLE out node can start to subscribe the given characteristic events
139
- Support characteristic query by one or more uuids
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-contrib-generic-ble",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Node-RED nodes for generic BLE devices",
5
"license": "Apache-2.0",
6
"repository": {
0 commit comments