We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ad67a commit 187e9f2Copy full SHA for 187e9f2
InfluxData.h
@@ -27,7 +27,7 @@ class InfluxData {
27
_timestamp = " " + String(seconds) + "000000000";
28
}
29
30
- String toString() const { return _measurement + _tags + _values + _time; }
+ String toString() const { return _measurement + _tags + _values + _timestamp; }
31
32
private:
33
String _measurement;
0 commit comments