-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
58 lines (58 loc) · 1.06 KB
/
library.json
File metadata and controls
58 lines (58 loc) · 1.06 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "PZEMPlus",
"version": "0.7.3",
"description": "Arduino/ESP32 library to read data from Peacefair energy monitoring devices (PZEM-004T, PZEM-014/016, PZEM-003/017, PZEM-6L24, PZIOT-E02)",
"keywords": [
"pzem",
"energy",
"monitoring",
"meter",
"modbus",
"rtu",
"rs485",
"uart",
"serial",
"peacefair",
"arduino",
"esp32",
"pzem-004t",
"pzem004t",
"pzem-014",
"pzem-016",
"pzem-003",
"pzem-017",
"pzem-6l24",
"pziot-e02"
],
"repository": {
"type": "git",
"url": "https://github.com/lucashudson-eng/PZEMPlus.git"
},
"authors": [
{
"name": "Lucas Hudson",
"email": "lucashudson.eng@gmail.com",
"maintainer": true
}
],
"license": "GPL-3.0",
"homepage": "https://github.com/lucashudson-eng/PZEMPlus",
"frameworks": [
"arduino"
],
"platforms": "*",
"dependencies": [
{
"name": "EspSoftwareSerial"
}
],
"export": {
"include": [
"src/*",
"examples/*"
]
},
"headers": [
"PZEMPlus.h"
]
}