-
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) · 966 Bytes
/
library.json
File metadata and controls
37 lines (37 loc) · 966 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
28
29
30
31
32
33
34
35
36
37
{
"name": "SuplaIEC62056",
"version": "1.0.0",
"description": "Library for Supla to read data from energy metter by optical socket IEC62056",
"keywords": [
"supla",
"supla-device",
"IEC62056",
"PowerMetter"
],
"authors": {
"name": "Sebastian Koczur",
"email": "themechanos@gmail.com",
"url": "http://skoczur.pl"
},
"frameworks": "arduino",
"platforms": "espressif32",
"repository": {
"type": "git",
"url": "https://github.com/TheMechanos/SuplaIEC62056.git"
},
"dependencies": [
{
"name": "supla-device",
"version": "https://github.com/SUPLA/supla-device.git#v25.2"
}
],
"examples": [
{
"name": "3 Pharse Supla Metter",
"base": "examples/3phMetter",
"files": [
"main.cpp"
]
}
]
}