#include <InfluxData.h>
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
◆ InfluxData()
InfluxData::InfluxData |
( |
String |
measurement | ) |
|
|
inline |
◆ 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: