Pm10ConcentrationMeasurementBehavior: Type<Of<{
    attributes: {
        measurementMedium: .;
    };
    extensions: readonly [{
        component: {
            attributes: {
                maxMeasuredValue: .;
                measuredValue: .;
                measurementUnit: .;
                minMeasuredValue: .;
                uncertainty: .;
            };
        };
        flags: {
            numericMeasurement: true;
        };
    }, {
        component: {
            attributes: {
                peakMeasuredValue: .;
                peakMeasuredValueWindow: .;
            };
        };
        flags: {
            peakMeasurement: true;
        };
    }, {
        component: {
            attributes: {
                averageMeasuredValue: .;
                averageMeasuredValueWindow: .;
            };
        };
        flags: {
            averageMeasurement: true;
        };
    }, {
        component: {
            attributes: {
                levelValue: .;
            };
        };
        flags: {
            levelIndication: true;
        };
    }, {
        component: false;
        flags: {
            levelIndication: false;
            mediumLevel: true;
        };
    }, {
        component: false;
        flags: {
            criticalLevel: true;
            levelIndication: false;
        };
    }, {
        component: false;
        flags: {
            numericMeasurement: false;
            peakMeasurement: true;
        };
    }, {
        component: false;
        flags: {
            averageMeasurement: true;
            numericMeasurement: false;
        };
    }, {
        component: false;
        flags: {
            levelIndication: false;
            numericMeasurement: false;
        };
    }];
    features: {
        averageMeasurement: .;
        criticalLevel: .;
        levelIndication: .;
        mediumLevel: .;
        numericMeasurement: .;
        peakMeasurement: .;
    };
    id: 1069;
    name: "Pm10ConcentrationMeasurement";
    revision: 3;
}>, typeof ClusterBehavior, {
    components: never[];
}>

Pm10ConcentrationMeasurementBehavior is the base class for objects that support interaction with Pm10ConcentrationMeasurement.Cluster.

Pm10ConcentrationMeasurement.Cluster requires you to enable one or more optional features. You can do so using Pm10ConcentrationMeasurementBehavior.with.