stephb9959
2023-02-19 23:25:54 -08:00
parent 33fd644931
commit 1739e74dad
11 changed files with 125 additions and 71 deletions

View File

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