*** WIP WIP *** All charts work (mostly)
This commit is contained in:
@@ -123,7 +123,7 @@ export async function getSensorData(params) {
|
||||
// distribute to the right routine
|
||||
for(let item of sensorTypeTable) {
|
||||
if(item.typ === erg.props.type) {
|
||||
ret = item.func(params, item.possibleParams, erg.props) // get the values from database
|
||||
ret = await item.func(params, item.possibleParams, erg.props) // get the values from database
|
||||
return ret
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user