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

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

Type declaration

  • groupId: FieldType<GroupId>

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

    MatterSpecification.v13.Cluster § 1.3.7.7.2

  • status: FieldType<Status>

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

    MatterSpecification.v13.Cluster § 1.3.7.7.1

MatterSpecification.v13.Cluster § 1.3.7.7