LevelControlServer: Type<WithAlterations<WithFeatures<WithFeatures<WithFeatures<LevelControl.Cluster, readonly [OnOff, Lighting]>, readonly [OnOff]>, readonly ["Lighting", "OnOff"]>, {
    attributes: {
        currentLevel: {
            max: 254;
            min: 1;
        };
        maxLevel: {
            default: 254;
            max: 255;
            min: 254;
        };
        minLevel: {
            default: 1;
            max: 2;
            min: 1;
        };
    };
}>, Type<WithFeatures<WithFeatures<WithFeatures<LevelControl.Cluster, readonly [OnOff, Lighting]>, readonly [OnOff]>, readonly ["Lighting", "OnOff"]>, typeof LevelControlServer, LevelControlInterface>, LevelControlInterface> = ...

The LevelControl cluster is required by the Matter specification.

This version of LevelControlServer is specialized per the specification.