output 1s
This commit is contained in:
@ -151,7 +151,7 @@ void influxAddFrequency(uint32_t period, double fRaw, double fSmoothed, double g
|
|||||||
int c = sprintf(tmpBuf, "mainsfrequency1S,host=%s,location=%s "
|
int c = sprintf(tmpBuf, "mainsfrequency1S,host=%s,location=%s "
|
||||||
"freq=%f "
|
"freq=%f "
|
||||||
"%llu\n",
|
"%llu\n",
|
||||||
influxTag, valid, location,
|
influxTag, location,
|
||||||
freq1S,
|
freq1S,
|
||||||
tt);
|
tt);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user