Support to calculate virtual district
This commit is contained in:
@@ -939,5 +939,5 @@ def clean_scada_element(name: str) -> ChangeSet:
|
||||
# virtual_district 32
|
||||
############################################################
|
||||
|
||||
def generate_virtual_district(name: str, centers: list[str]):
|
||||
return api.generate_virtual_district(name, centers)
|
||||
def calculate_virtual_district(name: str, centers: list[str]) -> dict[str, Any]:
|
||||
return api.calculate_virtual_district(name, centers)
|
||||
|
||||
Reference in New Issue
Block a user