MatterSpecification.v13.Cluster § 1.4.9.7

interface RemoveSceneResponse {
    groupId: GroupId;
    sceneId: number;
    status: Status;
}

Hierarchy (view full)

Properties

groupId: GroupId

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

MatterSpecification.v13.Cluster § 1.4.9.7.2

sceneId: number

The SceneID field shall be set to the corresponding field of the received RemoveScene command.

MatterSpecification.v13.Cluster § 1.4.9.7.3

status: Status

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

MatterSpecification.v13.Cluster § 1.4.9.7.1