Appearance
Home > resol-vbus-core > ConfigurationOptimizerValue
ConfigurationOptimizerValue interface
A controller value that can be configured over the VBus.
Signature:
typescript
export interface ConfigurationOptimizerValue
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
ConfigurationOptimizerEnumValueType | undefined | The enumeration value type (if applicable). | ||
boolean | Whether a volatile value can be configured. | ||
number | The priority of the value. Higher values mean higher priority. | ||
number | undefined | The size in bytes if the value is a string or blob. | ||
number | The storage class of the value. 0 = non-volatile, -1 = volatile, -3 = abstract (computed) | ||
string | The value ID of the value. | ||
number | The value ID hash of the value. | ||
number | The index of the value. |