Interface DetailedMeterEnergy
-
- All Known Implementing Classes:
DetailedMeterEnergyImpl
public interface DetailedMeterEnergyDetailed meter data from a solar edge site over a period of time scoped to a meter type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeterTypegetType()What type of meter the associated data is coming from, this indicates if the energy was consumed or produced.java.util.List<TimestampedValue>getValues()Timestamped values of energy used or produced
-
-
-
Method Detail
-
getType
MeterType getType()
What type of meter the associated data is coming from, this indicates if the energy was consumed or produced.- Returns:
- {MeterType} type of meter this data is associated with
-
getValues
java.util.List<TimestampedValue> getValues()
Timestamped values of energy used or produced- Returns:
- {java.util.List} A list of time stamped values with associated energy values
-
-