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
ELClientCmd.h
Go to the documentation of this file.
1
5// Miscellaneous commands
6
7#ifndef _EL_CLIENT_CMD_H_
8#define _EL_CLIENT_CMD_H_
9
10#include <Arduino.h>
11#include "ELClient.h"
12#include "FP.h"
13
15 public:
16 // Constructor
18 // Get the current time in seconds since the epoch, 0 if the time is unknown
19 uint32_t GetTime();
20
21 private:
22 ELClient* _elc;
23};
24#endif
Definitions for ELClient.
Core Utility - Templated Function Pointer Class.
uint32_t GetTime()
Get time from ESP.