TlvGoToLiftValueRequest: ObjectSchema<{
    liftValue: FieldType<number>;
}> = ...

Input to the WindowCovering goToLiftValue command

Type declaration

  • liftValue: FieldType<number>

    This field shall specify the requested physical lift/slide position in unit cm (centimeters).

    MatterSpecification.v13.Cluster § 5.3.7.4.1

MatterSpecification.v13.Cluster § 5.3.7.4