TlvBalance: ObjectSchema<{
    label: OptionalFieldType<string>;
    step: FieldType<number>;
}> = ...

This represents a step along a scale of preferences.

Type declaration

  • label: OptionalFieldType<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: FieldType<number>

    This field shall indicate the relative value of this step.

    MatterSpecification.v13.Cluster § 9.5.5.2.1

MatterSpecification.v13.Cluster § 9.5.5.2