1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: air-quality-sensor
Section: utils
Priority: optional
Maintainer: Benedikt Wildenhain <esperanto@benedikt-wildenhain.de>
Build-Depends: debhelper (>= 10), libusb-1.0-0-dev, pkg-config
Rules-Requires-Root: no
Standards-Version: 4.4.1
Homepage: https://salsa.debian.org/tinker-team/air-quality-sensor-debian/
Vcs-Git: https://salsa.debian.org/tinker-team/air-quality-sensor-debian.git
Vcs-Browser: https://salsa.debian.org/tinker-team/air-quality-sensor-debian/
Package: air-quality-sensor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: user space driver for AppliedSensor's Indoor Air Monitor
The Indoor Air Monitor is a USB flash drive-shaped sensor which
measures the surrounding's air pollution. This driver prints a list
with all connected sensors and their current values to the commandline.
Brand names and further information has been documented on
http://wiki.micasaverde.com/index.php/CO2_Sensor.
.
The air quality is displayed on the hardware token by three indicator
lamps with the colours green (= good), yellow (= average) and red (=
bad), the same colors are also printed by this tool.
|