Adding DeviceInformation API

This commit is contained in:
stephb9959
2022-03-04 10:23:04 -08:00
parent b6f035b54e
commit b17fd923ed
11 changed files with 174 additions and 27 deletions

View File

@@ -2,9 +2,7 @@
// Created by stephane bourque on 2021-07-13.
//
#ifndef UCENTRALFMS_RESTAPI_HISTORYHANDLER_H
#define UCENTRALFMS_RESTAPI_HISTORYHANDLER_H
#pragma once
#include "framework/MicroService.h"
@@ -27,6 +25,3 @@ namespace OpenWifi {
void DoPut() final {};
};
}
#endif //UCENTRALFMS_RESTAPI_HISTORYHANDLER_H