Add automatic configuration creation.

This commit is contained in:
stephb9959
2022-03-10 15:12:24 -08:00
parent 20070a060f
commit 7bc4766c35
5 changed files with 78 additions and 48 deletions

View File

@@ -30,7 +30,5 @@ namespace OpenWifi {
void DoPost();
void DoPut();
void DoDelete();
bool ValidateConfigBlock(const ProvObjects::DeviceConfiguration &Config, std::string & Error);
};
}