Input to the ScenesManagement recallScene command

MatterSpecification.v13.Cluster § 1.4.9.12

interface RecallSceneRequest {
    groupId: GroupId;
    sceneId: number;
    transitionTime?: null | number;
}

Hierarchy (view full)

Properties

groupId: GroupId

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

MatterSpecification.v13.Cluster § 1.4.9.12.1

sceneId: number

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

MatterSpecification.v13.Cluster § 1.4.9.12.2

transitionTime?: null | number

This field shall indicate the transition time of the scene, measured in milliseconds.

MatterSpecification.v13.Cluster § 1.4.9.12.3