MatterSpecification.v13.Cluster § 1.4.9.11

interface StoreSceneResponse {
    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 StoreScene command.

MatterSpecification.v13.Cluster § 1.4.9.11.2

sceneId: number = ...

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

MatterSpecification.v13.Cluster § 1.4.9.11.3

status: Status = ...

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

MatterSpecification.v13.Cluster § 1.4.9.11.1