UNPKG

node-red-contrib-sds011-dust-sensor

Version:

Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection.

49 lines (48 loc) 1.12 kB
{ "name": "node-red-contrib-sds011-dust-sensor", "version": "1.0.2", "description": "Node-RED node to enable a communication with the SDS011 sensor which is connected via UART/serial connection.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/JsBergbau/node-red-contrib-sds011-dust-sensor.git" }, "dependencies": { "serialport": "^9.2.0" }, "keywords": [ "sds011", "pm", "pm2.5", "pm10", "sensor", "air", "smog", "particulates", "node-red", "airquality", "dust" ], "contributors": [ "Ikhaya Inkomishi", "JsBergbau" ], "license": "GPL-3.0", "bugs": { "url": "https://github.com/JsBergbau/node-red-contrib-sds011-dust-sensor/issues" }, "node-red": { "version": ">=2.0.0", "nodes": { "SDS011": "sds011-node/sds011-node.js" } }, "engines": { "node": ">=12.0.0" }, "homepage": "https://github.com/JsBergbau/node-red-contrib-sds011-dust-sensor#readme", "author": "Ikhaya Inkomishi" }