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
Settings::AeroponicsModuleSettings Struct Reference

#include <Settings.h>

Public Member Functions

 AeroponicsModuleSettings (bool SerialReportDate=true, bool SerialReportMemory=true, bool SerialReportJSONFriendly=true, bool SerialReportJSON=true, bool SerialReportWireless=true)
 

Data Fields

bool SerialReportDate
 Enable/disable reporting the current time to the Serial output.
 
bool SerialReportMemory
 Enable/disable reporting the remaining free memory to the Serial output.
 
bool SerialReportJSONFriendly
 Enable/disable sending Text formatted reports to the Serial output.
 
bool SerialReportJSON
 Enable/disable sending JSON formatted reports to the Serial output.
 
bool SerialReportWireless
 Enable/disable sending wireless package exchange reports to the Serial output.
 

Detailed Description

Definition at line 45 of file Settings.h.

Constructor & Destructor Documentation

◆ AeroponicsModuleSettings()

Settings::AeroponicsModuleSettings::AeroponicsModuleSettings ( bool  SerialReportDate = true,
bool  SerialReportMemory = true,
bool  SerialReportJSONFriendly = true,
bool  SerialReportJSON = true,
bool  SerialReportWireless = true 
)
inline

Definition at line 47 of file Settings.h.

Field Documentation

◆ SerialReportDate

bool Settings::AeroponicsModuleSettings::SerialReportDate

Enable/disable reporting the current time to the Serial output.

Definition at line 48 of file Settings.h.

◆ SerialReportJSON

bool Settings::AeroponicsModuleSettings::SerialReportJSON

Enable/disable sending JSON formatted reports to the Serial output.

Definition at line 51 of file Settings.h.

◆ SerialReportJSONFriendly

bool Settings::AeroponicsModuleSettings::SerialReportJSONFriendly

Enable/disable sending Text formatted reports to the Serial output.

Definition at line 50 of file Settings.h.

◆ SerialReportMemory

bool Settings::AeroponicsModuleSettings::SerialReportMemory

Enable/disable reporting the remaining free memory to the Serial output.

Definition at line 49 of file Settings.h.

◆ SerialReportWireless

bool Settings::AeroponicsModuleSettings::SerialReportWireless

Enable/disable sending wireless package exchange reports to the Serial output.

Definition at line 52 of file Settings.h.


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