LiftAndPositionAwareLiftAndAbsolutePositionComponent: {
    attributes: {
        currentPositionLift: OptionalAttribute<null | number, any>;
        installedClosedLimitLift: Attribute<number, any>;
        installedOpenLimitLift: Attribute<number, any>;
        physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
    };
} = ...

A WindowCoveringCluster supports these elements if it supports features Lift, PositionAwareLift and AbsolutePosition.

Type declaration

  • Readonlyattributes: {
        currentPositionLift: OptionalAttribute<null | number, any>;
        installedClosedLimitLift: Attribute<number, any>;
        installedOpenLimitLift: Attribute<number, any>;
        physicalClosedLimitLift: OptionalFixedAttribute<number, any>;
    }
    • ReadonlycurrentPositionLift: OptionalAttribute<null | number, any>

      Indicates the actual lift position (Unit cm, centimeters) of the window covering from the fully-open position.

      MatterSpecification.v13.Cluster § 5.3.6.5

    • ReadonlyinstalledClosedLimitLift: Attribute<number, any>

      Indicates the closed limit for lifting the window covering whether position (in centimeters) is encoded or timed.

      MatterSpecification.v13.Cluster § 5.3.6.19

    • ReadonlyinstalledOpenLimitLift: Attribute<number, any>

      Indicates the open limit for lifting the window covering whether position (in centimeters) is encoded or timed.

      MatterSpecification.v13.Cluster § 5.3.6.18

    • ReadonlyphysicalClosedLimitLift: OptionalFixedAttribute<number, any>

      Indicates the maximum possible encoder position possible (Unit cm, centimeters) to position the height of the window covering lift.

      MatterSpecification.v13.Cluster § 5.3.6.3