dataByGridCleanliness
Energy consumption or production, or device operational runtime categorized by the cleanliness of the grid electricity.
Declaration
var dataByGridCleanliness: ElectricityInsightRecord<Measure>.GridCleanliness?Discussion
This property returns electricity usage data organized by how environmentally friendly the production of the energy is. The electricity usage data refers to either energy consumption or generation measurements, or amounts of time that an electrical device is operational and consuming energy. The type of the returned value depends on the insight record’s generic type parameter:
ElectricityInsightRecord<Measurement<UnitEnergy>> instances return Measurement<UnitEnergy> for this property.
ElectricityInsightRecord<Duration> instances return Duration for this property.