NotLightingComponent: {
    attributes: {
        minLevel: OptionalAttribute<number, any>;
    };
} = ...

A LevelControlCluster supports these elements if doesn't support feature LT.

Type declaration

  • Readonlyattributes: {
        minLevel: OptionalAttribute<number, any>;
    }
    • ReadonlyminLevel: OptionalAttribute<number, any>

      Indicates the minimum value of CurrentLevel that is capable of being assigned.

      MatterSpecification.v13.Cluster § 1.6.6.4