This represents a step along a scale of preferences.

MatterSpecification.v13.Cluster § 9.5.5.2

interface Balance {
    label?: string;
    step: number;
}

Hierarchy (view full)

Properties

Properties

label?: string = ...

This field shall indicate an optional string explaining which actions a device might take at the given step value.

MatterSpecification.v13.Cluster § 9.5.5.2.2

step: number = ...

This field shall indicate the relative value of this step.

MatterSpecification.v13.Cluster § 9.5.5.2.1