greenhouse
|
#include <database.h>
Data Fields | |
std::string | temperature |
std::string | dewity |
std::string | humidity |
Definition at line 6 of file database.h.
std::string Row::dewity |
Definition at line 8 of file database.h.
Referenced by Database::append(), and WebServer::tick().
std::string Row::humidity |
Definition at line 9 of file database.h.
Referenced by Database::append(), and WebServer::tick().
std::string Row::temperature |
Definition at line 7 of file database.h.
Referenced by Database::append(), and WebServer::tick().