Skip to content

Commit c966976

Browse files
authored
update light/lux and eCO2 + TVOC
1 parent d43564f commit c966976

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/design_guide.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,15 @@ properties.
372372
+-----------------------+-----------------------+-------------------------------------------------------------------------+
373373
| ``temperature`` | float | degrees centigrade |
374374
+-----------------------+-----------------------+-------------------------------------------------------------------------+
375+
| ``eCO2`` | float | equivalent CO2 in ppm |
376+
+-----------------------+-----------------------+-------------------------------------------------------------------------+
377+
| ``TVOC`` | float | Total Volatile Organic Compounds in ppb |
378+
+-----------------------+-----------------------+-------------------------------------------------------------------------+
375379
| ``distance`` | float | centimeters |
376380
+-----------------------+-----------------------+-------------------------------------------------------------------------+
377-
| ``light`` | float | SI lux |
381+
| ``light`` | float | non-unit-specific light levels (should be monotonic but is not lux) |
382+
+-----------------------+-----------------------+-------------------------------------------------------------------------+
383+
| ``lux`` | float | SI lux |
378384
+-----------------------+-----------------------+-------------------------------------------------------------------------+
379385
| ``pressure`` | float | hectopascal (hPa) |
380386
+-----------------------+-----------------------+-------------------------------------------------------------------------+

0 commit comments

Comments
 (0)