Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jan 30, 2023
1 parent dbfcbe6 commit 7faa502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/outages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dateTomorrow.setHours(0,0,0,0);
const result : QueryResult[] = await Query(
Deno.env.get("API_TOKEN") as string, // Your entsoe api-token
{
documentType: "A80", // A80 - Generation unavailability
documentType: "A77", // A77 - Production unavailability OR A80 - Generation unavailability
biddingZoneDomain: "CTA|SE", // biddingZone_Domain
startDateTime: dateToday, // Start date
endDateTime: dateTomorrow, // End date
Expand Down

0 comments on commit 7faa502

Please sign in to comment.