MatterSpecification.v13.Cluster § 1.4.9.16

interface CopySceneResponse {
    groupIdentifierFrom: GroupId;
    sceneIdentifierFrom: number;
    status: Status;
}

Hierarchy (view full)

Properties

groupIdentifierFrom: 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: 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: 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