ConstReadonlyattributes: { ReadonlymaxIndicates the maximum value of MeasuredValue that is capable of being measured. A MaxMeasuredValue of null indicates that the MaxMeasuredValue is not defined.
ReadonlymeasuredIndicates 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.
ReadonlymeasurementIndicates the unit of MeasuredValue. See MeasurementUnitEnum.
ReadonlyminIndicates the minimum value of MeasuredValue that is capable of being measured. A MinMeasuredValue of null indicates that the MinMeasuredValue is not defined.
Readonlyuncertainty: 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.