Skip to content

Commit

Permalink
[Alpha/Simint] add missing input type property (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
polomani authored Mar 26, 2024
1 parent 4d45a1c commit 45c273b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ public class SimulatorRoutineRevisionInput {
/// </summary>
public string SourceExternalId { get; set; }

/// <summary>
/// If defined, this is time series aggregation to use when reading the value.
/// Allowed values are: "average", "interpolation", "stepInterpolation".
/// </summary>
public string Aggregate { get; set; }

/// <summary>
/// Value of the input. Only used if the input is not a time series.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.25.0
3.25.1

0 comments on commit 45c273b

Please sign in to comment.