diff options
| author | Ryan A. Pavlik <ryan.pavlik@gmail.com> | 2021-01-26 10:36:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 10:36:40 -0600 |
| commit | 365fafb32bc2e395b1d50e75c1a7160ee31eefcd (patch) | |
| tree | d09cd27b22929ff5c9708238d3bc2d0687c36c72 /docs | |
| parent | 4241fd4b18a9057bcd836b81c651cfb363ba8828 (diff) | |
Update design_guide.rst
Add CO2 as a member name, and clarify the description of eCO2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_guide.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst index 75825893a..7a8c76b50 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -520,7 +520,9 @@ properties. +-----------------------+-----------------------+-------------------------------------------------------------------------+ | ``temperature`` | float | degrees centigrade | +-----------------------+-----------------------+-------------------------------------------------------------------------+ -| ``eCO2`` | float | equivalent CO2 in ppm | +| ``CO2`` | float | measured CO2 in ppm | ++-----------------------+-----------------------+-------------------------------------------------------------------------+ +| ``eCO2`` | float | equivalent/estimated CO2 in ppm (estimated from some other measurement) | +-----------------------+-----------------------+-------------------------------------------------------------------------+ | ``TVOC`` | float | Total Volatile Organic Compounds in ppb | +-----------------------+-----------------------+-------------------------------------------------------------------------+ |
