Version erhöht, Log beim Anmelden an der Mongo entfernt
This commit is contained in:
@@ -16,7 +16,7 @@ export const getOneProperty = async (params) => {
|
||||
}
|
||||
// read 'chip'-data (special for noise sensors)
|
||||
const chipdata = await readChipData(opts.sensorid)
|
||||
if (chipdata.err == undefined) {
|
||||
if (chipdata.err === null) {
|
||||
properties.chip = chipdata
|
||||
}
|
||||
let sensorEntries = [];
|
||||
|
||||
Reference in New Issue
Block a user