LevelTag: Of<{
    id: 5;
    tags: {
        High: {
            id: 2;
            label: "High";
        };
        Low: {
            id: 0;
            label: "Low";
        };
        Medium: {
            id: 1;
            label: "Medium";
        };
    };
}> = ...

The tags contained in this namespace may be used in any domain or context, to indicate an association with a certain level for a feature of a device (e.g. a button to set the speed of a fan).

MatterSpecification.v13.Namespace § 6