Skip to content

Home > resol-vbus-core-toolbox-scripts > parameterization > ParameterizationValue

parameterization.ParameterizationValue interface

A value used to write and/or read to/from a VBus device.

Signature:

typescript
export interface ParameterizationValue extends ParameterizationValueInfo

Extends: ParameterizationValueInfo

Properties

Property

Modifiers

Type

Description

changedValue?

number | null

(Optional) The value to write to the VBus device. Can be null to only read it without changing it.

currentValue?

number | null

(Optional) The value read from the VBus device.