Add API getallburstlocateresults
This commit is contained in:
@@ -1338,5 +1338,11 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
|
||||
def get_all_sensor_placements(name: str) -> list[dict[Any, Any]]:
|
||||
return api.get_all_sensor_placements(name)
|
||||
|
||||
############################################################
|
||||
# burst_locate_result 43
|
||||
############################################################
|
||||
def get_all_burst_locate_results(name: str) -> list[dict[Any, Any]]:
|
||||
return api.get_all_burst_locate_results(name)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user