ClusterInstance: MutableCluster<{
    attributes: {
        labelList: WritableAttribute<TypeFromFields<{
            label: FieldType<string>;
            value: FieldType<string>;
        }>[], any>;
    };
    id: 65;
    name: "UserLabel";
    revision: 1;
}, []> = ...

Type declaration

  • Readonlyattributes: {
        labelList: WritableAttribute<TypeFromFields<{
            label: FieldType<string>;
            value: FieldType<string>;
        }>[], any>;
    }
    • ReadonlylabelList: WritableAttribute<TypeFromFields<{
          label: FieldType<string>;
          value: FieldType<string>;
      }>[], any>

      An implementation shall support at least 4 list entries per node for all User Label cluster instances on the node.

      MatterSpecification.v13.Core § 9.9.4.1

  • Readonlyid: 65
  • Readonlyname: "UserLabel"
  • Readonlyrevision: 1