Skip to content

Commit

Permalink
Merge pull request #4070 from rpavlik/patch-1
Browse files Browse the repository at this point in the history
Update design_guide.rst
  • Loading branch information
dhalbert authored Jan 26, 2021
2 parents 29e672f + 365fafb commit d116ad0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/design_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
Expand Down

0 comments on commit d116ad0

Please sign in to comment.