TlvStoreSceneRequest: ObjectSchema<{
    groupId: FieldType<GroupId>;
    sceneId: FieldType<number>;
}> = ...

Input to the ScenesManagement storeScene command

Type declaration

  • groupId: FieldType<GroupId>

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

    MatterSpecification.v13.Cluster § 1.4.9.10.1

  • sceneId: FieldType<number>

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

    MatterSpecification.v13.Cluster § 1.4.9.10.2

MatterSpecification.v13.Cluster § 1.4.9.10