remove 'noise_' from values

Trigger live tab, if sensorid is given
This commit is contained in:
2023-11-27 17:26:29 +00:00
parent 7160e41d4c
commit e3bf5855ab
4 changed files with 18 additions and 8 deletions
+6 -1
View File
@@ -13,7 +13,12 @@
],
"program": "${workspaceFolder}/bin/www.js",
"env": {
"APIHOST": "https://sensorapi.fuerst-stuttgart.de"
// "APIHOST": "http://reception:3000",
// "MONGOHOST": "reception",
// "MONGOUSRP": "admin:mongo4noise",
// "MONGOAUTH": "true",
// "INFLUXHOST": "reception",
// "INFLUXTOKEN": "gHGGgjaK0lmM6keMa01JeuDpqOE_vRq8UimsU4QKb2miI5BDh2PfWynEbwKizdJapXy8jVbTat5mVZLQTNmSdw==",
}
}
]