Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
ELClientRest.h File Reference

Definitions for ELClientRes. More...

#include <Arduino.h>
#include "FP.h"
#include "ELClient.h"
Include dependency graph for ELClientRest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ELClientRest
 

Macros

#define DEFAULT_REST_TIMEOUT   5000
 

Enumerations

enum  HTTP_STATUS { HTTP_STATUS_OK = 200 }
 

Detailed Description

Definitions for ELClientRes.

Author
B. Runnels
T. von Eicken
Date
2016

Definition in file ELClientRest.h.

Macro Definition Documentation

◆ DEFAULT_REST_TIMEOUT

#define DEFAULT_REST_TIMEOUT   5000

Default timeout for REST requests when waiting for a response

Definition at line 17 of file ELClientRest.h.

Enumeration Type Documentation

◆ HTTP_STATUS

Enumerator
HTTP_STATUS_OK 

HTTP status OK response.

Definition at line 19 of file ELClientRest.h.