stephb9959
2023-02-13 15:04:40 -08:00
parent 6f4354a82f
commit 8b7737141f
6 changed files with 52 additions and 20 deletions

View File

@@ -175,6 +175,7 @@ namespace OpenWifi::GWObjects {
field_to_json(Obj,"waitingForFile", WaitingForFile);
field_to_json(Obj,"attachFile", AttachDate);
field_to_json(Obj,"executionTime", executionTime);
field_to_json(Obj,"lastTry", lastTry);
}
bool DefaultConfiguration::from_json(const Poco::JSON::Object::Ptr &Obj) {