extendedAnnualElectricityConsumption
The annual electricity consumption data for an MPAN, breaking down by day and night consumption, if available.
Arguments
The MPAN of the meterpoint to return.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query ExtendedAnnualElectricityConsumption($mpan: String!) {
extendedAnnualElectricityConsumption(mpan: $mpan) {
eacDay
eacNight
eacStandard
}
}
Variables
{
"mpan": "vote-tough-however-travel-just"
}
Response
{
"data": {
"extendedAnnualElectricityConsumption": {
"eacDay": 637.62,
"eacNight": 982.27,
"eacStandard": 122.55
}
}
}