Carbon Dioxide Equivalent
data class CarbonDioxideEquivalent(val value: Int, val status: Measurement.Status, val accuracy: Measurement.Accuracy) : Measurement<Int>
Carbon dioxide (CO2) equivalent in ppm unit (parts per million)
Parameters
value
in ppm
status
of the measurement
accuracy
of the measurement
Properties
Link copied to clipboard
Link copied to clipboard
True if status of the measurement is Status.VALID
Link copied to clipboard
Link copied to clipboard
Type of given measurement.