node-red-contrib-ecm1240
Version:
A node that receives input from a TCP node that is receiving data from a serial2Wifi communication being sent by a Brultech ECM1240 Energy Monitor.
27 lines (26 loc) • 603 B
JSON
{
"name": "node-red-contrib-ecm1240",
"version": "1.0.3",
"description": "A node that receives input from a TCP node that is receiving data from a serial2Wifi communication being sent by a Brultech ECM1240 Energy Monitor.",
"main": "ecm1240.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "robert.g.brundage",
"license": "ISC",
"keywords": [
"node-red",
"Brultech",
"ecm1240",
"current",
"tranformer",
"iot",
"electric",
"monitoring"
],
"node-red": {
"nodes": {
"ecm1240": "ecm1240.js"
}
}
}