diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-01-26 15:25:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 15:25:10 -0500 |
| commit | d116ad042f03f8e070cb14f139dca36a1911f629 (patch) | |
| tree | 5f844849999225d1c5a178a5340bf4da3101fc7a /docs | |
| parent | 29e672fe86a13ddc2e45a95e48c0f2543970fe16 (diff) | |
| parent | 365fafb32bc2e395b1d50e75c1a7160ee31eefcd (diff) | |
Merge pull request #4070 from rpavlik/patch-1
Update design_guide.rst
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 | +-----------------------+-----------------------+-------------------------------------------------------------------------+ |
