EnergyProfileReading
No description
type EnergyProfileReading {
consumedKwh: Float
energyProfile: EnergyProfile
energyProfileId: UUID!
exportedKwh: Float
generatedKwh: Float
importedKwh: Float
startTime: Datetime!
}
Fields
EnergyProfileReading.consumedKwh
● Float
scalar
EnergyProfileReading.energyProfile
● EnergyProfile
object
Reads a single EnergyProfile
that is related to this EnergyProfileReading
.
EnergyProfileReading.energyProfileId
● UUID!
non-null scalar
EnergyProfileReading.exportedKwh
● Float
scalar
EnergyProfileReading.generatedKwh
● Float
scalar
EnergyProfileReading.importedKwh
● Float
scalar
EnergyProfileReading.startTime
● Datetime!
non-null scalar
Returned By
energyProfileReading
query ● energyProfileReadings
query