added multidevice support

This commit is contained in:
Ayzen
2026-04-28 17:29:21 +03:00
parent 93c705a33b
commit 1ea2aabf87
37 changed files with 1860 additions and 138 deletions
+2
View File
@@ -10,6 +10,7 @@ from python_app.models.run_config_schema import (
PreprocessAssetModel,
PreprocessNotchModel,
PreprocessModel,
RadarMultiDeviceModel,
RadarModel,
RadarSweepModel,
RingEndpointModel,
@@ -36,6 +37,7 @@ __all__ = [
"PreprocessAssetModel",
"PreprocessNotchModel",
"PreprocessModel",
"RadarMultiDeviceModel",
"RadarModel",
"RadarSweepModel",
"RingEndpointModel",