CumulativeEnergyComponent: {
    attributes: {
        cumulativeEnergyReset: OptionalAttribute<TypeFromFields | null, any>;
    };
    events: {
        cumulativeEnergyMeasured: Event<TypeFromFields, any>;
    };
}

A ElectricalEnergyMeasurementCluster supports these elements if it supports feature CumulativeEnergy.

Type declaration

  • Readonlyattributes: {
        cumulativeEnergyReset: OptionalAttribute<TypeFromFields | null, any>;
    }
    • ReadonlycumulativeEnergyReset: OptionalAttribute<TypeFromFields | null, any>

      Indicates when cumulative measurements were most recently zero.

      MatterSpecification.v13.Cluster § 2.12.6.6

  • Readonlyevents: {
        cumulativeEnergyMeasured: Event<TypeFromFields, any>;
    }
    • ReadonlycumulativeEnergyMeasured: Event<TypeFromFields, any>

      This event shall be generated when the server takes a snapshot of the cumulative energy imported by the server, exported from the server, or both, but not more frequently than the rate mentioned in the description above of the related attribute.

      MatterSpecification.v13.Cluster § 2.12.7.1