TlvRemoveGroupResponse: ObjectSchema<{
    groupId: FieldType<GroupId>;
    status: FieldType<Status>;
}> = ...

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

Type declaration

  • groupId: FieldType<GroupId>

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

    MatterSpecification.v13.Cluster § 1.3.7.10.2

  • status: FieldType<Status>

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

    MatterSpecification.v13.Cluster § 1.3.7.10.1

MatterSpecification.v13.Cluster § 1.3.7.10