Range

data class Range : CmProperty

Represents a property with a numerical range value.

This type of property is expressed within a range. For example: "State of charge" could be a range-type property that has a value in between a range of 0% and 100%.

Properties

Link copied to clipboard
open override val info: CmPropertyInfo.Range

The CmPropertyInfo.Range metadata describing this property.

Link copied to clipboard
open override val value: CmPropertyValue.Range

The CmPropertyValue.Range containing the value of the property.