WIP WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user