mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-17 18:21:23 +00:00
Adding options for returning statistics and points.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user