summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+