Input to the Groups addGroupIfIdentifying command

MatterSpecification.v13.Cluster § 1.3.7.6

interface AddGroupIfIdentifyingRequest {
    groupId: GroupId;
    groupName: string;
}

Hierarchy (view full)

Properties

Properties

groupId: GroupId

This field shall be used to identify the group and any associated key material to which the server endpoint is to be added.

MatterSpecification.v13.Cluster § 1.3.7.6.1

groupName: string

This field may be set to a human-readable name for the group. If the client has no name for the group, the GroupName field shall be set to the empty string.

Support of group names is optional and is indicated by the FeatureMap and NameSupport attribute.

MatterSpecification.v13.Cluster § 1.3.7.6.2