Const
Readonly
attributes: { Readonly
maxIndicates the maximum value of ScaledValue that can be measured. The null value indicates that the value is not available.
Readonly
minIndicates the minimum value of ScaledValue that can be measured. The null value indicates that the value is not available.
Readonly
scale: Attribute<number, any>Indicates the base 10 exponent used to obtain ScaledValue (see ScaledValue).
Readonly
scaledIndicates the magnitude of the possible error that is associated with Scaled
Value. The true value is located in the range
(ScaledValue – ScaledTolerance) to (ScaledValue + ScaledTolerance).
Readonly
scaledIndicates the pressure in Pascals as follows:
ScaledValue = 10Scale x Pressure [Pa]
The null value indicates that the value is not available.
A PressureMeasurementCluster supports these elements if it supports feature Extended.