-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
37 lines (37 loc) · 1.04 KB
/
library.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "VeDirectDecode",
"version": "1.0.0",
"description": "An improved (fast) Arduino library to read serial data from Victron MPPT charge controller devices using the VE.Direct protocol.",
"keywords": "solar, charge controller, remote telemetry, device management, victron, communication, serial, BLE, bluetooth, ve.direct, ve.direct protocol, ve.direct protocol library, ve.direct protocol arduino",
"category": "Communication",
"repository":
{
"type": "git",
"url": "https://github.com/opensensingau/VeDirectDecode"
},
"authors":
[
{
"name": "Simon Rosenzweig",
"email": "simonzigon15@gmail.com",
"maintainer": false
},
{
"name": "Leo Gaggl",
"email": "leo@opensensing.com",
"url": "https://opensensing.com",
"maintainer": true
}
],
"export": {
"exclude":
[
"test/*"
]
},
"license": "MIT",
"dependencies": {
},
"frameworks": ["Arduino"],
"platforms": ["*"]
}