MatterSpecification.v13.Core § 11.2.5.5

interface GroupInfoMap {
    endpoints: EndpointNumber[];
    fabricIndex: FabricIndex;
    groupId: GroupId;
    groupName?: string;
}

Hierarchy (view full)

Properties

endpoints: EndpointNumber[]

This field provides the list of Endpoint IDs on the Node to which messages to this group shall be forwarded.

MatterSpecification.v13.Core § 11.2.5.5.2

fabricIndex: FabricIndex
groupId: GroupId

This field uniquely identifies the group within the scope of the given Fabric.

MatterSpecification.v13.Core § 11.2.5.5.1

groupName?: string

This field provides a name for the group. This field shall contain the last GroupName written for a given GroupId on any Endpoint via the Groups cluster.

MatterSpecification.v13.Core § 11.2.5.5.3