EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Classes | Functions | Variables
GatewayAPI.h File Reference

API web server to control EnigmaIOT Gateway. More...

#include <EnigmaIOTGateway.h>
#include <ESPAsyncWebServer.h>
#include "WProgram.h"

Go to the source code of this file.

Classes

class  GatewayAPI
 

Functions

String methodToString (WebRequestMethodComposite method)
 

Variables

const size_t RESPONSE_SIZE = 250
 Maximum API response size. More...
 
GatewayAPI GwAPI
 API instance. More...
 

Detailed Description

API web server to control EnigmaIOT Gateway.

Version
0.9.8
Date
15/07/2021
Author
German Martin

Definition in file GatewayAPI.h.

Function Documentation

◆ methodToString()

String methodToString ( WebRequestMethodComposite  method)

Definition at line 358 of file GatewayAPI.cpp.

Variable Documentation

◆ GwAPI

GatewayAPI GwAPI
extern

API instance.

Definition at line 391 of file GatewayAPI.cpp.

◆ RESPONSE_SIZE

const size_t RESPONSE_SIZE = 250

Maximum API response size.

Definition at line 21 of file GatewayAPI.h.