Water Usage Accumulated
data class WaterUsageAccumulated(val value: Double, val status: Measurement.Status) : Measurement<Double>
Accumulated water usage measurement value in cubic meters with 0.001 accuracy
Parameters
value
in cubic meters with 0.001 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.