ClusterInstance: MutableCluster<{
    attributes: {
        maxMeasuredValue: Attribute<null | number, any>;
        measuredValue: Attribute<null | number, any>;
        minMeasuredValue: Attribute<null | number, any>;
        tolerance: OptionalAttribute<number, any>;
    };
    id: 1026;
    name: "TemperatureMeasurement";
    revision: 4;
}, []> = ...

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>

      This attribute indicates the maximum value of MeasuredValue that is capable of being measured. See Measured Value for more details.

      The null value indicates that the value is not available.

      MatterSpecification.v13.Cluster § 2.3.4.3

    • ReadonlymeasuredValue: Attribute<null | number, any>

      Indicates the measured temperature. The null value indicates that the temperature is unknown.

      MatterSpecification.v13.Cluster § 2.3.4.1

    • ReadonlyminMeasuredValue: Attribute<null | number, any>

      Indicates the minimum value of MeasuredValue that is capable of being measured. See Measured Value for more details.

      The null value indicates that the value is not available.

      MatterSpecification.v13.Cluster § 2.3.4.2

    • Readonlytolerance: OptionalAttribute<number, any>

      See Measured Value.

      MatterSpecification.v13.Cluster § 2.3.4.4

  • Readonlyid: 1026
  • Readonlyname: "TemperatureMeasurement"
  • Readonlyrevision: 4