V 2.03 Noch ein paar Anpassungen

This commit is contained in:
2026-04-01 14:14:15 +02:00
parent 6d1d60a9c1
commit 96a54b69d2
8 changed files with 77 additions and 37 deletions

View File

@@ -168,7 +168,7 @@ export const constructDBaseEntries = async (client, body, args) => {
pm: [], thp: [], noise: [], radioactivity: [], gps: [], unknown: []
}
let datalines = ''
actualProps = await mongo.getallProperties(client)
// actualProps = await mongo.getallProperties(client)
try {
for (let item of body) { // check all entries
const dt = item.timestamp.split(' ')