Electricity Usage Accumulated
data class ElectricityUsageAccumulated(val value: Double, val status: Measurement.Status) : Measurement<Double>
Accumulated electricity usage measurement value in kWh with 0.001 accuracy
Parameters
value
in kWh 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.