MaxLimitRangeCapability interface

The maximum limit range capability.

Properties

maxValue

Maximum value.

minValue

Minimum value.

reason

The reason for the capability not being available.

scaleSize

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

status

The status of the capability.

status?: CapabilityStatus

Property Value