Skip to content

Commit

Permalink
Merge pull request #569 from jacksorjacksor/patch-1
Browse files Browse the repository at this point in the history
Update CarbonAwareController.cs (minor typos)
  • Loading branch information
danuw authored Sep 24, 2024
2 parents c50f5f5 + e8b8e84 commit f05dcf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ public async Task<IActionResult> GetEmissionsDataForLocationByTime(
/// boundaries are provided, the entire forecast dataset is used. The scoped data points are used to calculate average marginal
/// carbon intensities of the specified "windowSize" and the optimal marginal carbon intensity window is identified.
///
/// The forecast data represents what the data source predicts future marginal carbon intesity values to be,
/// The forecast data represents what the data source predicts future marginal carbon intensity values to be,
/// not actual measured emissions data (as future values cannot be known).
///
/// This endpoint is useful for determining if there is a more carbon-optimal time to use electicity predicted in the future.
/// This endpoint is useful for determining if there is a more carbon-optimal time to use electricity predicted in the future.
/// </remarks>
/// <returns>An array of forecasts (one per requested location) with their optimal marginal carbon intensity windows.</returns>
/// <response code="200">Returns the requested forecast objects</response>
Expand Down

0 comments on commit f05dcf4

Please sign in to comment.