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

Type declaration

  • groupId: FieldType<GroupId>

    The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.

    MatterSpecification.v13.Cluster § 1.4.9.9.2

  • status: FieldType<Status>

    This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.

    MatterSpecification.v13.Cluster § 1.4.9.9.1

MatterSpecification.v13.Cluster § 1.4.9.9