PeakMeasurementComponent: {
    attributes: {
        peakMeasuredValue: Attribute<null | number, any>;
        peakMeasuredValueWindow: Attribute<number, any>;
    };
} = ...

A ConcentrationMeasurementCluster supports these elements if it supports feature PeakMeasurement.

Type declaration

  • Readonlyattributes: {
        peakMeasuredValue: Attribute<null | number, any>;
        peakMeasuredValueWindow: Attribute<number, any>;
    }
    • ReadonlypeakMeasuredValue: Attribute<null | number, any>

      Indicates the maximum value of MeasuredValue that has been measured during the PeakMeasuredValueWindow. If this attribute is provided, the PeakMeasuredValueWindow attribute shall also be provided.

      MatterSpecification.v13.Cluster § 2.10.6.4

    • ReadonlypeakMeasuredValueWindow: Attribute<number, any>

      Indicates the window of time used for determining the PeakMeasuredValue. The value is in seconds.

      MatterSpecification.v13.Cluster § 2.10.6.5