corrected problem with havg

api.js
   - unnecessary export deleted
   - import of logit added

actions/data4map.js
   - logits removed

databases/influx.js
   - logits removed

databases/mongo.js
   - logits removed

sensorspecials/noise.js
   - repeated code put to a function
   - correctred hour count at havg

package.json
  "version": "1.2.2",
  "date": "2023-04-24",
This commit is contained in:
rxf
2023-04-24 11:54:30 +02:00
parent 144f36e0a0
commit 2cf418756d
6 changed files with 56 additions and 46 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export const influxRead = async (query) => {
} catch (e) {
return returnOnError(erg, e, influxRead.name)
}
logit(`Influx read time: ${start.diffNow('seconds').toObject().seconds * -1} sec`)
// logit(`Influx read time: ${start.diffNow('seconds').toObject().seconds * -1} sec`)
return erg
}