This commit is contained in:
rxf
2023-03-25 19:43:26 +01:00
parent d10b274fe0
commit 9acf053b18
4 changed files with 48 additions and 41 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ const PlotDayLive_Noise = async (sid) => {
let aktVal = {}
// read the data from the server
const url = `/api/getsensordata?&sensorid=${sid}`
const url = `/chart/getsensordata?&sensorid=${sid}`
let ret = await fetch(url)
.catch(e => {
logerror(e)
@@ -62,10 +62,10 @@ const PlotDayLive_Noise = async (sid) => {
'</tr></table>' +
'</div>'
}
let txtMeldung = false
} else {
utils.showError(data.err)
}
let txtMeldung = false
// Plot-Options