node-red-contrib-sds011
Version:
Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection. This node was designed with the RPi in mind but should work with any serial port.
38 lines (37 loc) • 929 B
JSON
{
"name": "node-red-contrib-sds011",
"version": "0.0.1",
"description": "Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection. This node was designed with the RPi in mind but should work with any serial port.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ikhayainkomishi/node-red-contrib-sds011.git"
},
"dependencies": {
"serialport": "^6.1.1"
},
"keywords": [
"sds011",
"pm",
"pm2.5",
"pm10",
"sensor",
"air",
"smog",
"particulates",
"node-red"
],
"author": "Ikhaya Inkomishi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ikhayainkomishi/node-red-contrib-sds011/issues"
},
"node-red": {
"nodes": {
"rpi-sds011": "sds011-node/sds011-node.js"
}
}
}