Add API for sensor_placement
This commit is contained in:
@@ -1331,3 +1331,12 @@ def get_network_pipe_risk_probability_now(name: str) -> list[dict[str, Any]]:
|
||||
|
||||
def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
|
||||
return api.get_pipe_risk_probability_geometries(name)
|
||||
|
||||
############################################################
|
||||
# sensor_placement 42
|
||||
############################################################
|
||||
def get_all_sensor_placements(name: str) -> list[dict[Any, Any]]:
|
||||
return api.get_all_sensor_placements(name)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user