EPD Display  1.0.0
Library and application for EPD smart displays
JsonParse.h
Go to the documentation of this file.
1 
13 #ifndef _JsonParse_h
14 #define _JsonParse_h
15 
16 #include <ArduinoJson.h>
17 #include <EpdWebServer.h>
18 
19 
23 class JsonParse{
24  public:
25  void getParseData(String payload, DisplayContent_t *data);
27  int getParseSetup();
28  int getParseHour();
29 };
30 
31 #endif
32 
JsonParse::getParseData
void getParseData(String payload, DisplayContent_t *data)
Parsing Data and Setup from remote host API.
Definition: JsonParse.cpp:21
JsonParse::getParseHour
int getParseHour()
DisplayContent_t
Definition of data variables.
Definition: DisplayDrawer.h:25
JsonParse
Parsing Data and Setup from remote host API.
Definition: JsonParse.h:23
JsonParse::getParseModeData
void getParseModeData(DisplayContent_t *data)
JsonParse::getParseSetup
int getParseSetup()
EpdWebServer.h
Establing and creating network connection / Reading remote host API GET response.