Const
Readonly
attributes: { Readonly
maxIndicates the maximum value of MeasuredValue that is capable of being measured. A MaxMeasuredValue of null indicates that the MaxMeasuredValue is not defined.
Readonly
measuredIndicates the most recent measurement as a single-precision floating-point number. MeasuredValue’s unit is represented by MeasurementUnit.
A value of null indicates that the measurement is unknown or outside the valid range. MinMeasuredValue and MaxMeasuredValue define the valid range for MeasuredValue.
Readonly
measurementIndicates the unit of MeasuredValue. See MeasurementUnitEnum.
Readonly
minIndicates the minimum value of MeasuredValue that is capable of being measured. A MinMeasuredValue of null indicates that the MinMeasuredValue is not defined.
Readonly
uncertainty: OptionalAttribute<number, any>Indicates the range of error or deviation that can be found in MeasuredValue and PeakMeasuredValue. This is considered a +/- value and should be considered to be in MeasurementUnit.
A ConcentrationMeasurementCluster supports these elements if it supports feature NumericMeasurement.