GlobalAttributes<F>: {
    acceptedCommandList: Attribute<CommandId[], never>;
    attributeList: Attribute<AttributeId[], never>;
    clusterRevision: Attribute<number, never>;
    featureMap: Attribute<TypeFromPartialBitSchema<F>, never>;
    generatedCommandList: Attribute<CommandId[], never>;
}

Type Parameters

Type declaration

  • acceptedCommandList: Attribute<CommandId[], never>

    List of client generated commands which are supported by this cluster server instance.

  • attributeList: Attribute<AttributeId[], never>

    List of the attribute IDs of the attributes supported by the cluster instance.

  • clusterRevision: Attribute<number, never>

    Indicates the revision of the server cluster specification supported by the cluster instance.

  • featureMap: Attribute<TypeFromPartialBitSchema<F>, never>

    Indicates whether the server supports zero or more optional cluster features.

  • generatedCommandList: Attribute<CommandId[], never>

    List of server generated commands (server to client commands).

MatterSpecification.v11.Core § 7.13