ClusterInstance: MutableCluster<{
    attributes: {
        maxMeasuredValue: Attribute<null | number, any>;
        measuredValue: Attribute<null | number, any>;
        minMeasuredValue: Attribute<null | number, any>;
        tolerance: OptionalAttribute<number, any>;
    };
    id: 1028;
    name: "FlowMeasurement";
    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>

      The MaxMeasuredValue attribute 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.5.4.3

    • ReadonlymeasuredValue: Attribute<null | number, any>

      MeasuredValue represents the flow in m/h as follows:

      MeasuredValue = 10 x Flow

      The null value indicates that the flow measurement is unknown, otherwise the range shall be as described in Measured Value.

      MatterSpecification.v13.Cluster § 2.5.4.1

    • ReadonlyminMeasuredValue: Attribute<null | number, any>

      The MinMeasuredValue attribute 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.5.4.2

    • Readonlytolerance: OptionalAttribute<number, any>

      See Measured Value.

      MatterSpecification.v13.Cluster § 2.5.4.4

  • Readonlyid: 1028
  • Readonlyname: "FlowMeasurement"
  • Readonlyrevision: 3