Skip to content

Archive Request - Series Type Parameter not working #2

@cmdigital

Description

@cmdigital

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions