Skip to content

Commit dbaf5c0

Browse files
committed
Release 0.1.0
1 parent dc72214 commit dbaf5c0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 0.0.6
415

516
* Add support for Battery Sense.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signalk-victron-ble",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "Simple Signal K Node server plugin to read data from Victron devices using Instant Data over BLE",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)