ClusterInstance: MutableCluster<{
    attributes: {
        maxMeasuredValue: Attribute<null | number, any>;
        measuredValue: Attribute<null | number, any>;
        minMeasuredValue: Attribute<null | number, any>;
        tolerance: OptionalAttribute<number, any>;
    };
    extensions: readonly [{
        component: {
            attributes: {
                maxScaledValue: Attribute<null | number, any>;
                minScaledValue: Attribute<null | number, any>;
                scale: Attribute<number, any>;
                scaledTolerance: OptionalAttribute<number, any>;
                scaledValue: Attribute<null | number, any>;
            };
        };
        flags: {
            extended: true;
        };
    }];
    features: {
        extended: BitFlag;
    };
    id: 1027;
    name: "PressureMeasurement";
    revision: 3;
}, []> = ...

Type declaration

  • Readonlyattributes: {
        maxMeasuredValue: Attribute<null | number, any>;
        measuredValue: Attribute<null | number, any>;
        minMeasuredValue: Attribute<null | number, any>;
        tolerance: OptionalAttribute<number, any>;
    }
    • ReadonlymaxMeasuredValue: Attribute<null | number, any>

      Indicates the maximum value of MeasuredValue that can be measured. See Measured Value for more details.

      The null value indicates that the value is not available.

      MatterSpecification.v13.Cluster § 2.4.5.3

    • ReadonlymeasuredValue: Attribute<null | number, any>

      Indicates the pressure in kPa as follows:

      MeasuredValue = 10 x Pressure [kPa]

      The null value indicates that the value is not available.

      MatterSpecification.v13.Cluster § 2.4.5.1

    • ReadonlyminMeasuredValue: Attribute<null | number, any>

      Indicates the minimum value of MeasuredValue that can be measured. See Measured Value for more details.

      The null value indicates that the value is not available.

      MatterSpecification.v13.Cluster § 2.4.5.2

    • Readonlytolerance: OptionalAttribute<number, any>

      See Measured Value.

      MatterSpecification.v13.Cluster § 2.4.5.4

  • Readonlyextensions: readonly [{
        component: {
            attributes: {
                maxScaledValue: Attribute<null | number, any>;
                minScaledValue: Attribute<null | number, any>;
                scale: Attribute<number, any>;
                scaledTolerance: OptionalAttribute<number, any>;
                scaledValue: Attribute<null | number, any>;
            };
        };
        flags: {
            extended: true;
        };
    }]

    This metadata controls which PressureMeasurementCluster elements matter.js activates for specific feature combinations.

  • Readonlyfeatures: {
        extended: BitFlag;
    }
    • Readonlyextended: BitFlag

      Extended

      Extended range and resolution

  • Readonlyid: 1027
  • Readonlyname: "PressureMeasurement"
  • Readonlyrevision: 3