node-red-contrib-pi-max31865
Version:
A Node-RED node to read from the MAX31865 RTD-to-Digital Converter
30 lines (29 loc) • 708 B
JSON
{
"name": "node-red-contrib-pi-max31865",
"version": "0.9.4",
"description": "A Node-RED node to read from the MAX31865 RTD-to-Digital Converter",
"dependencies": {
"max31865": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware"
},
"license": "MIT-License",
"keywords": [
"node-red",
"pi",
"rtd",
"max31865"
],
"node-red": {
"nodes": {
"max31865": "max31865.js"
}
},
"author": {
"name": "Melvin Rook",
"email": "melvin@techflection.nl",
"url": "https://github.com/melvinrook"
}
}