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
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "sensorapi",
"version": "1.2.1",
"date": "2023-04-21",
"version": "1.2.2",
"date": "2023-04-24",
"private": true,
"scripts": {
"start": "node ./bin/www.js",