Fixing DB Venue Devices list.

This commit is contained in:
stephb9959
2021-10-24 22:12:15 -07:00
parent 5f73f311e8
commit 20960ac00e
4 changed files with 3 additions and 41 deletions

View File

@@ -6,7 +6,8 @@
// Arilia Wireless Inc.
//
#include "framework/MicroService.h"
#include "framework/MicroService.h"
#include "RESTAPI_configurations_handler.h"
#include "RESTObjects/RESTAPI_ProvObjects.h"
#include "StorageService.h"
@@ -66,12 +67,6 @@ namespace OpenWifi{
InternalError(RESTAPI::Errors::CouldNotBeDeleted);
}
// interfaces
// metrics
// radios
// services
// globals
// unit
bool RESTAPI_configurations_handler::ValidateConfigBlock(const ProvObjects::DeviceConfiguration &Config, std::string & Error) {
static const std::vector<std::string> SectionNames{ "globals", "interfaces", "metrics", "radios", "services", "unit" };