mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
26 lines
665 B
JSON
26 lines
665 B
JSON
{
|
|
"name": "PZEM-004T-v30",
|
|
"frameworks": "arduino",
|
|
"keywords": "peacefair, pzem, powermeter, v3",
|
|
"description": "Enables communication to Peacefair PZEM-004T v3.0 Power and Energy monitor",
|
|
"url": "https://github.com/mandulaj/PZEM-004T-v30",
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Mandula"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mandulaj/PZEM-004T-v30"
|
|
},
|
|
"platforms": "*",
|
|
"version": "1.0.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "EspSoftwareSerial",
|
|
"version": ">=3.2.0",
|
|
"platforms": "espressif8266"
|
|
}
|
|
]
|
|
}
|