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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -750,6 +750,8 @@ The `battery` is *experimental* for now. I'm not sure whether the value is corre
750
750
---------------------------------------
751
751
## <aid="Release-Note">Release Note</a>
752
752
753
+
* v0.0.5 (2020-02-19)
754
+
* Improved the stability of discovering the BLE characteristics.
753
755
* v0.0.4 (2020-02-11)
754
756
* Fixed the bug that temperature value lower than 0 degC could not be handled. (Thanks to [@musimasami](https://github.com/futomi/node-switchbot/issues/2))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "node-switchbot",
3
-
"version": "0.0.4",
3
+
"version": "0.0.5",
4
4
"description": "The node-switchbot is a Node.js module which allows you to move your Switchbot (Bot)'s arm and to monitor the temperature/humidity from SwitchBot Thermometer & Hygrometer (Meter).",
0 commit comments