ConfigStatus: {
    liftEncoderControlled: BitFlag;
    liftMovementReversed: BitFlag;
    liftPositionAware: BitFlag;
    onlineReserved: BitFlag;
    operational: BitFlag;
    tiltEncoderControlled: BitFlag;
    tiltPositionAware: BitFlag;
} = ...

Type declaration

  • liftEncoderControlled: BitFlag

    Uses an encoder for lift.

    This bit shall indicate whether a position aware controlled window covering is employing an encoder for positioning the height of the window covering:

    • 0 = Timer Controlled

    • 1 = Encoder Controlled

    MatterSpecification.v13.Cluster § 5.3.5.1.5

  • liftMovementReversed: BitFlag

    The lift movement is reversed.

    This bit shall indicate whether the lift movement is reversed:

    • 0 = Lift movement is normal

    • 1 = Lift movement is reversed

    MatterSpecification.v13.Cluster § 5.3.5.1.2

  • liftPositionAware: BitFlag

    Supports the PositionAwareLift feature (PA_LF).

    This bit shall indicate whether the window covering supports the PositionAwareLift feature:

    • 0 = Lift control is not position aware

    • 1 = Lift control is position aware (PA_LF)

    MatterSpecification.v13.Cluster § 5.3.5.1.3

  • onlineReserved: BitFlag

    Deprecated and reserved.

  • operational: BitFlag

    Device is operational.

    This bit shall indicate whether the window covering is operational for regular use:

    • 0 = Not Operational

    • 1 = Operational

    MatterSpecification.v13.Cluster § 5.3.5.1.1

  • tiltEncoderControlled: BitFlag

    Uses an encoder for tilt.

    This bit shall indicate whether a position aware controlled window covering is employing an encoder for tilting the window covering:

    • 0 = Timer Controlled

    • 1 = Encoder Controlled

    MatterSpecification.v13.Cluster § 5.3.5.1.6

  • tiltPositionAware: BitFlag

    Supports the PositionAwareTilt feature (PA_TL).

    This bit shall indicate whether the window covering supports the PositionAwareTilt feature:

    • 0 = Tilt control is not position aware

    • 1 = Tilt control is position aware (PA_TL)

    MatterSpecification.v13.Cluster § 5.3.5.1.4

MatterSpecification.v13.Cluster § 5.3.5.1