HarmonicsComponent: {
    attributes: {
        harmonicCurrents: Attribute<null | TypeFromFields<{
            measurement: FieldType<null | number | bigint>;
            order: FieldType<number>;
        }>[], any>;
    };
} = ...

A ElectricalPowerMeasurementCluster supports these elements if it supports feature Harmonics.

Type declaration

  • Readonlyattributes: {
        harmonicCurrents: Attribute<null | TypeFromFields<{
            measurement: FieldType<null | number | bigint>;
            order: FieldType<number>;
        }>[], any>;
    }
    • ReadonlyharmonicCurrents: Attribute<null | TypeFromFields<{
          measurement: FieldType<null | number | bigint>;
          order: FieldType<number>;
      }>[], any>

      This shall indicate a list of HarmonicMeasurementStruct values, with each HarmonicMeasurementStruct representing the harmonic current reading for the harmonic order specified by Order.

      The reporting interval of this attribute shall be manufacturer dependent. The server may choose to omit publication of deltas considered not meaningful.

      The server shall NOT mark this attribute ready for report if the last time this was done was more recently than 1 second ago.

      The server may delay marking this attribute ready for report for longer periods if needed, however the server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.

      MatterSpecification.v13.Cluster § 2.13.6.16