TlvCopySceneResponse: ObjectSchema<{
    groupIdentifierFrom: FieldType<GroupId>;
    sceneIdentifierFrom: FieldType<number>;
    status: FieldType<Status>;
}> = ...

Type declaration

  • groupIdentifierFrom: FieldType<GroupId>

    This field shall be set to the same values as in the corresponding fields of the received CopyScene command.

    MatterSpecification.v13.Cluster § 1.4.9.16.2

  • sceneIdentifierFrom: FieldType<number>

    This field shall be set to the same values as in the corresponding fields of the received CopyScene

    command.

    MatterSpecification.v13.Cluster § 1.4.9.16.3

  • status: FieldType<Status>

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

    MatterSpecification.v13.Cluster § 1.4.9.16.1

MatterSpecification.v13.Cluster § 1.4.9.16