Framework update

This commit is contained in:
stephb9959
2022-01-08 22:17:05 -08:00
parent 122b774997
commit 843d993d21
4 changed files with 67 additions and 25 deletions

View File

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