Humidity Accurate
data class HumidityAccurate(val value: Double, val status: Measurement.Status) : Measurement<Double>
Humidity measurement in percentage to a 0.1 accuracy
Parameters
value
in percentage to a 0.1 accuracy
status
of the measurement
Properties
Link copied to clipboard
Accuracy of given measurement.
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.