summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLimor "Ladyada" Fried <limor@ladyada.net>2017-10-25 12:32:39 -0400
committerGitHub <noreply@github.com>2017-10-25 12:32:39 -0400
commitc966976591f6397eaa7821e00a51ad20fe8ae544 (patch)
tree1d533fc87beb83551be51b657806ecba7d65f723 /docs
parentd43564f854a6a1202dfff550986b9343952d5d32 (diff)
update light/lux and eCO2 + TVOC
Diffstat (limited to 'docs')
-rw-r--r--docs/design_guide.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst
index 1481caad7..26e57cf53 100644
--- a/docs/design_guide.rst
+++ b/docs/design_guide.rst
@@ -372,9 +372,15 @@ properties.
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``temperature`` | float | degrees centigrade |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
+| ``eCO2`` | float | equivalent CO2 in ppm |
++-----------------------+-----------------------+-------------------------------------------------------------------------+
+| ``TVOC`` | float | Total Volatile Organic Compounds in ppb |
++-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``distance`` | float | centimeters |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
-| ``light`` | float | SI lux |
+| ``light`` | float | non-unit-specific light levels (should be monotonic but is not lux) |
++-----------------------+-----------------------+-------------------------------------------------------------------------+
+| ``lux`` | float | SI lux |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``pressure`` | float | hectopascal (hPa) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+