mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-22 04:45:07 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "RESTAPI/RESTAPI_db_helpers.h"
|
||||
#include "SerialNumberCache.h"
|
||||
#include "DeviceTypeCache.h"
|
||||
#include "framework/utils.h"
|
||||
|
||||
namespace OpenWifi{
|
||||
|
||||
@@ -294,7 +295,7 @@ namespace OpenWifi{
|
||||
}
|
||||
Existing.subscriber = "";
|
||||
Poco::JSON::Object state;
|
||||
state.set("date",OpenWifi::Now());
|
||||
state.set("date",Utils::Now());
|
||||
state.set("method","auto-discovery");
|
||||
state.set("last-operation", "returned to inventory");
|
||||
std::ostringstream OO;
|
||||
|
||||
Reference in New Issue
Block a user