|
|
|
@ -18,7 +18,8 @@ async def update_equipment_for_simulation_activity(params: dict):
|
|
|
|
overhaul_interval=params["OverhaulInterval"],
|
|
|
|
overhaul_interval=params["OverhaulInterval"],
|
|
|
|
offset=params["OffSet"],
|
|
|
|
offset=params["OffSet"],
|
|
|
|
schematic_name=params["SchematicName"],
|
|
|
|
schematic_name=params["SchematicName"],
|
|
|
|
custom_input=params["CustomInput"]
|
|
|
|
custom_input=params["CustomInput"],
|
|
|
|
|
|
|
|
simulation_duration=params["SimDuration"]
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|