AverageMeasurementComponent: {
    attributes: {
        averageMeasuredValue: Attribute<number | null, any>;
        averageMeasuredValueWindow: Attribute<number, any>;
    };
}

A ConcentrationMeasurementCluster supports these elements if it supports feature AverageMeasurement.

Type declaration

  • Readonlyattributes: {
        averageMeasuredValue: Attribute<number | null, any>;
        averageMeasuredValueWindow: Attribute<number, any>;
    }
    • ReadonlyaverageMeasuredValue: Attribute<number | null, any>

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

      MatterSpecification.v13.Cluster § 2.10.6.6

    • ReadonlyaverageMeasuredValueWindow: Attribute<number, any>

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

      MatterSpecification.v13.Cluster § 2.10.6.7