UNPKG

co2monitor

Version:

Node for the Dostmann CO2 Monitor mini. If there are permission errors on LIBUSB, you have to add a new file to '/etc/udev/rules.d' with the following record SUBSYSTEM=="usb", MODE="0660", GROUP="plugdev"

31 lines (30 loc) 711 B
{ "name": "co2monitor", "version": "1.0.4", "description": "Node for the Dostmann CO2 Monitor mini. If there are permission errors on LIBUSB, you have to add a new file to '/etc/udev/rules.d' with the following record SUBSYSTEM==\"usb\", MODE=\"0660\", GROUP=\"plugdev\"", "main": "co2Monitor.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "events": "*", "usb": "*", "os": "*" }, "keywords": [ "node-red", "Dostmann", "CO2", "Temperature", "Monitor", "air", "quality" ], "node-red": { "nodes": { "co2Monitor": "co2Monitor.js" } }, "author": "Alexander Mader", "license": "ISC" }