Viele Updates, Version angepasst
This commit is contained in:
@@ -116,7 +116,7 @@ import {setCurrentTab, getCurrentTab, showError, fetchfromserver} from "./chart_
|
||||
})
|
||||
|
||||
const getSensorType = async (sid) => {
|
||||
let url = `/api/getoneproperty?sensorid=${sid}`
|
||||
let url = `/srv/getoneproperty?sensorid=${sid}`
|
||||
const data = await fetchfromserver(url)
|
||||
return data.props.type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user