TlvStoreSceneResponse: ObjectSchema<{
    groupId: FieldType<GroupId>;
    sceneId: FieldType<number>;
    status: FieldType<Status>;
}> = ...

Type declaration

  • groupId: FieldType<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: FieldType<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: FieldType<Status>

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

    MatterSpecification.v13.Cluster § 1.4.9.11.1

MatterSpecification.v13.Cluster § 1.4.9.11