The AddGroupResponse is sent by the Groups cluster server in response to an AddGroup command.

MatterSpecification.v13.Cluster § 1.3.7.7

interface AddGroupResponse {
    groupId: GroupId;
    status: Status;
}

Hierarchy (view full)

Properties

Properties

groupId: GroupId

This field is set to the GroupID field of the received AddGroup command.

MatterSpecification.v13.Cluster § 1.3.7.7.2

status: Status

This field is set according to the Effect on Receipt section of the AddGroup command.

MatterSpecification.v13.Cluster § 1.3.7.7.1