Cleanup. Old files moved to abandonedFiles

This commit is contained in:
2017-09-17 20:08:18 +02:00
parent d7b611541f
commit 1076087e4d
92 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
// This file generated by ngrestcg
// For more information, please visit: https://github.com/loentar/ngrest
#ifndef HUMIDITYSERVER_H
#define HUMIDITYSERVER_H
#include <ngrest/common/Service.h>
//! Dummy description for the service
/*! Some detailed description of the service */
// '*location' comment sets resource path for this service
// *location: humidityserver
class humidityserver: public ngrest::Service
{
public:
// *method: GET
// *location: /abshum?temperature={temperature}&humidity={humidity}
float absolutehumidity(float temperature, float humidity);
private:
//Format: Table, User, Password
};
#endif // HUMIDITYSERVER_H