CompleteInstance: MutableCluster<{
    attributes: {
        averageMeasuredValue: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                averageMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        averageMeasuredValueWindow: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                averageMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        levelValue: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                levelIndication: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        maxMeasuredValue: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                numericMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        measuredValue: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                numericMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        measurementMedium: .;
        measurementUnit: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                numericMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        minMeasuredValue: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                numericMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        peakMeasuredValue: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                peakMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        peakMeasuredValueWindow: . & {
            isConditional: true;
            mandatoryIf: [] | [{
                peakMeasurement: boolean;
            }];
            optional: true;
            optionalIf: [] | .;
        };
        uncertainty: . & {
            isConditional: true;
            mandatoryIf: [] | .;
            optional: true;
            optionalIf: [] | [{
                numericMeasurement: boolean;
            }];
        };
    };
    features: {
        averageMeasurement: .;
        criticalLevel: .;
        levelIndication: .;
        mediumLevel: .;
        numericMeasurement: .;
        peakMeasurement: .;
    };
    id: 1045;
    name: "OzoneConcentrationMeasurement";
    revision: 3;
}, []>

This cluster supports all OzoneConcentrationMeasurement features. It may support illegal feature combinations.

If you use this cluster you must manually specify which features are active and ensure the set of active features is legal per the Matter specification.