stephb9959
2022-10-27 23:20:53 -07:00
parent 8a98844bac
commit fdded83221
20 changed files with 68 additions and 50 deletions

View File

@@ -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;