From c966976591f6397eaa7821e00a51ad20fe8ae544 Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Wed, 25 Oct 2017 12:32:39 -0400 Subject: [PATCH] update light/lux and eCO2 + TVOC --- docs/design_guide.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/design_guide.rst b/docs/design_guide.rst index 1481caad74..26e57cf531 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) | +-----------------------+-----------------------+-------------------------------------------------------------------------+