Mode: {
    calibrationMode: BitFlag;
    ledFeedback: BitFlag;
    maintenanceMode: BitFlag;
    motorDirectionReversed: BitFlag;
} = ...

Type declaration

  • calibrationMode: BitFlag

    Perform a calibration.

    This bit shall set the window covering into calibration mode:

    • 0 = Normal mode

    • 1 = Calibration mode

    MatterSpecification.v13.Cluster § 5.3.5.2.2

  • ledFeedback: BitFlag

    Control the LEDs feedback.

    This bit shall control feedback LEDs:

    • 0 = LEDs are off

    • 1 = LEDs will display feedback

    MatterSpecification.v13.Cluster § 5.3.5.2.4

  • maintenanceMode: BitFlag

    Freeze all motions for maintenance.

    This bit shall set the window covering into maintenance mode:

    • 0 = Normal mode

    • 1 = Maintenance mode

    MatterSpecification.v13.Cluster § 5.3.5.2.3

  • motorDirectionReversed: BitFlag

    Reverse the lift direction.

    This bit shall control the motor direction:

    • 0 = Lift movement is normal

    • 1 = Lift movement is reversed

    MatterSpecification.v13.Cluster § 5.3.5.2.1

MatterSpecification.v13.Cluster § 5.3.5.2