Input to the ScenesManagement viewScene command

MatterSpecification.v13.Cluster § 1.4.9.4

interface ViewSceneRequest {
    groupId: GroupId;
    sceneId: number;
}

Hierarchy (view full)

Properties

Properties

groupId: GroupId = ...

This field shall indicate the group identifier in the Group Table.

MatterSpecification.v13.Cluster § 1.4.9.4.1

sceneId: number = ...

This field shall indicate the scene identifier in the Scene Table.

MatterSpecification.v13.Cluster § 1.4.9.4.2