greenhouse
Data Fields
Row Struct Reference

#include <database.h>

Collaboration diagram for Row:
Collaboration graph
[legend]

Data Fields

std::string temperature
 
std::string dewity
 
std::string humidity
 

Detailed Description

Definition at line 6 of file database.h.

Field Documentation

◆ dewity

std::string Row::dewity

Definition at line 8 of file database.h.

Referenced by Database::append(), and WebServer::tick().

◆ humidity

std::string Row::humidity

Definition at line 9 of file database.h.

Referenced by Database::append(), and WebServer::tick().

◆ temperature

std::string Row::temperature

Definition at line 7 of file database.h.

Referenced by Database::append(), and WebServer::tick().


The documentation for this struct was generated from the following file: