Skip to content

Home > resol-vbus-core > ConfigurationOptimizerRule

ConfigurationOptimizerRule interface

A rule to determine a list of values to ignore based on another value.

Signature:

typescript
export interface ConfigurationOptimizerRule

Properties

Property

Modifiers

Type

Description

args

number[]

The arguments for the operator to check with.

checkValueIndex

number

The value index to check.

dependentValueIndices

number[]

The list of dependent value indices to ignore if the check resulted in true.

operator

ConfigurationOptimizerRuleOperator

The operator to check with.