ESP8266 InfluxDb
Public Member Functions | List of all members
InfluxData Class Reference

#include <InfluxData.h>

Public Member Functions

 InfluxData (String measurement)
 
void addTag (String key, String value)
 
void addValue (String key, float value)
 
String toString () const
 

Detailed Description

ESP8266 InfluxDb: InfluxData

Purpose: Holds the data of a single measurement.

See also
https://docs.influxdata.com/influxdb/v1.5/concepts/glossary/#measurement
Author
Tobias Schürg

Constructor & Destructor Documentation

◆ InfluxData()

InfluxData::InfluxData ( String  measurement)
inline

Member Function Documentation

◆ addTag()

void InfluxData::addTag ( String  key,
String  value 
)
inline

◆ addValue()

void InfluxData::addValue ( String  key,
float  value 
)
inline

◆ toString()

String InfluxData::toString ( ) const
inline

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