Contents

ElectricityInsightRecord

A structure that provides environmental impact and cost insights for electricity usage over a specific time period.

Declaration

struct ElectricityInsightRecord<Measure> where Measure : ElectricityInsightMeasure

Overview

This structure provides electricity usage data categorized by environmental impact (ElectricityInsightRecord.GridCleanliness) and cost factors (ElectricityInsightRecord.TariffPeak) for analysis and optimization.

The electricity usage data (dataByGridCleanliness) refers to either energy consumption or generation measurements, or amounts of time that an electrical device is operational and consuming energy. The type of electricity usage data depends on the generic type parameter (ElectricityInsightMeasure) for a given instance, which can be either:

Topics

Getting the grid data

Getting the tariff peak data

Getting the insight record data

See Also

Insights