MaxLimitRangeCapability interface
The maximum limit range capability.
Properties
| max |
Maximum value. |
| min |
Minimum value. |
| reason | The reason for the capability not being available. |
| scale |
Scale/step size for discrete values between the minimum value and the maximum value. |
| status | The status of the capability. |
Property Details
maxValue
Maximum value.
maxValue?: number
Property Value
number
minValue
Minimum value.
minValue?: number
Property Value
number
reason
The reason for the capability not being available.
reason?: string
Property Value
string
scaleSize
Scale/step size for discrete values between the minimum value and the maximum value.
scaleSize?: number
Property Value
number