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 dc72214 commit dbaf5c0Copy full SHA for dbaf5c0
NEWS.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 0.1.0
4
+
5
+* Update to victron_ble 0.9.0
6
+* Add support for:
7
+ * Inverters (untested)
8
+ * Lynx Smart BMS
9
+ * MultiPlus inverters (with VE.Bus Bluetooth dongle, untested)
10
+ * Orion XS DC/DC chargers/converters
11
+ * Smart Lithum batteries
12
+* Change solar yield unit to correctly report Jules (old value * 3600).
13
14
## 0.0.6
15
16
* Add support for Battery Sense.
package.json
@@ -1,6 +1,6 @@
{
"name": "signalk-victron-ble",
- "version": "0.0.6",
+ "version": "0.1.0",
"description": "Simple Signal K Node server plugin to read data from Victron devices using Instant Data over BLE",
"main": "index.js",
"keywords": [
0 commit comments