Skip to content

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

enumValueType

ConfigurationOptimizerEnumValueType | undefined

The enumeration value type (if applicable).

isConfigurable

boolean

Whether a volatile value can be configured.

priority

number

The priority of the value.

Higher values mean higher priority.

size

number | undefined

The size in bytes if the value is a string or blob.

storageClass

number

The storage class of the value.

0 = non-volatile, -1 = volatile, -3 = abstract (computed)

valueId

string

The value ID of the value.

valueIdHash

number

The value ID hash of the value.

valueIndex

number

The index of the value.