The RemoveGroupResponse command is generated by the server in response to the receipt of a RemoveGroup command.

MatterSpecification.v13.Cluster § 1.3.7.10

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

Hierarchy (view full)

Properties

Properties

groupId: GroupId

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

MatterSpecification.v13.Cluster § 1.3.7.10.2

status: Status

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

MatterSpecification.v13.Cluster § 1.3.7.10.1