Adding options for returning statistics and points.

This commit is contained in:
stephb9959
2022-03-27 09:54:57 -07:00
parent 5fb0dc7ffa
commit 133ac369c3

View File

@@ -93,7 +93,7 @@ namespace OpenWifi {
auto fromDate = GetParameter("fromDate",0);
auto endDate = GetParameter("endDate",0);
auto maxRecords = GetParameter("maxRecords",100);
auto maxRecords = GetParameter("maxRecords",1000);
auto statsOnly = GetBoolParameter("statsOnly");
auto pointsOnly = GetBoolParameter("pointsOnly");
auto pointsStatsOnly = GetBoolParameter("pointsStatsOnly");