EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
API web server to control EnigmaIOT Gateway. More...
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... | |
API web server to control EnigmaIOT Gateway.
Definition in file GatewayAPI.h.
String methodToString | ( | WebRequestMethodComposite | method | ) |
Definition at line 358 of file GatewayAPI.cpp.
|
extern |
API instance.
Definition at line 391 of file GatewayAPI.cpp.
const size_t RESPONSE_SIZE = 250 |
Maximum API response size.
Definition at line 21 of file GatewayAPI.h.