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 "
|
||||
"freq=%f "
|
||||
"%llu\n",
|
||||
influxTag, valid, location,
|
||||
influxTag, location,
|
||||
freq1S,
|
||||
tt);
|
||||
|
||||
|
Reference in New Issue
Block a user