- Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
SeriesType Parameter needs to be named in Query string in order to work. (Currently being ignored)
Proposed fix:
InverterArchiveDataService.cs
Line 51
return $"?Scope={scope}&StartDate={startDate.ToString("d.M.yyyy")}&EndDate={endDate.ToString("d.M.yyyy")}&HumanReadable={humanReadable.ToString()}&SeriesType={seriesType.ToString()}{deviceClassParam}" + $"&{channelParam}";
} Metadata
Metadata
Assignees
Labels
No labels