TiltAndPositionAwareTiltAndAbsolutePositionComponent: {
    attributes: {
        currentPositionTilt: OptionalAttribute<null | number, any>;
        installedClosedLimitTilt: Attribute<number, any>;
        installedOpenLimitTilt: Attribute<number, any>;
        physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
    };
} = ...

A WindowCoveringCluster supports these elements if it supports features Tilt, PositionAwareTilt and AbsolutePosition.

Type declaration

  • Readonlyattributes: {
        currentPositionTilt: OptionalAttribute<null | number, any>;
        installedClosedLimitTilt: Attribute<number, any>;
        installedOpenLimitTilt: Attribute<number, any>;
        physicalClosedLimitTilt: OptionalFixedAttribute<number, any>;
    }
    • ReadonlycurrentPositionTilt: OptionalAttribute<null | number, any>

      Indicates the actual tilt position (Unit 0.1°, tenths of a degree) of the window covering from the fully-open position.

      MatterSpecification.v13.Cluster § 5.3.6.6

    • ReadonlyinstalledClosedLimitTilt: Attribute<number, any>

      Indicates the closed limit for tilting the window covering whether position (in tenth of a degree) is encoded or timed.

      MatterSpecification.v13.Cluster § 5.3.6.21

    • ReadonlyinstalledOpenLimitTilt: Attribute<number, any>

      Indicates the open limit for tilting the window covering whether position (in tenth of a degree) is encoded or timed.

      MatterSpecification.v13.Cluster § 5.3.6.20

    • ReadonlyphysicalClosedLimitTilt: OptionalFixedAttribute<number, any>

      Indicates the maximum possible encoder position possible (Unit 0.1°, tenths of a degree) to position the angle of the window covering tilt.

      MatterSpecification.v13.Cluster § 5.3.6.4