forked from jrbenito/ABBAurora
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (27 loc) · 693 Bytes
/
library.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "ABB Aurora",
"description": "ABB (PowerOne) Aurora protocol for communication with Inverters and compatible devices.",
"keywords": "RS485, Aurora, ABB, Inverter, PV",
"authors": [
{
"name": "Davide Rosa",
"email": "info@drhack.it",
"url": "http://www.drhack.it"
},
{
"name": "Josenivaldo Benito Junior",
"email": "jrbenito@benito.qsl.br",
"url": "https://benito.com.br",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/jrbenito/ABBAurora.git"
},
"version": "1.0.0",
"licence": "LGPL",
"examples": [
"examples/*.cpp"
]
}