stephb9959
2023-10-15 22:29:13 -07:00
parent 2c7b9cf1bd
commit 8ba53d416b
10 changed files with 161 additions and 10 deletions

View File

@@ -17,6 +17,12 @@ namespace OpenWifi {
return ReturnObject(Answer);
}
if(GetBoolParameter("currentStatus")) {
ProvObjects::RADIUSEndpointUpdateStatus Status;
Status.Read();
return ReturnObject(Status);
}
if(QB_.CountOnly) {
return ReturnCountOnly(DB_.Count());
}