Skip to content

Commit d116ad0

Browse files
authored
Merge pull request #4070 from rpavlik/patch-1
Update design_guide.rst
2 parents 29e672f + 365fafb commit d116ad0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/design_guide.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,9 @@ properties.
520520
+-----------------------+-----------------------+-------------------------------------------------------------------------+
521521
| ``temperature`` | float | degrees centigrade |
522522
+-----------------------+-----------------------+-------------------------------------------------------------------------+
523-
| ``eCO2`` | float | equivalent CO2 in ppm |
523+
| ``CO2`` | float | measured CO2 in ppm |
524+
+-----------------------+-----------------------+-------------------------------------------------------------------------+
525+
| ``eCO2`` | float | equivalent/estimated CO2 in ppm (estimated from some other measurement) |
524526
+-----------------------+-----------------------+-------------------------------------------------------------------------+
525527
| ``TVOC`` | float | Total Volatile Organic Compounds in ppb |
526528
+-----------------------+-----------------------+-------------------------------------------------------------------------+

0 commit comments

Comments
 (0)