You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"VideoIPath version {args.version} is currently not supported. Please create an issue on https://github.com/SWR-MoIP/VideoIPath-Automation-Tool/issues to request support for this version or use one of the following versions:"
18
18
)
@@ -24,7 +24,8 @@ def main():
24
24
generate_driver_models(schema_file)
25
25
26
26
# Note: Module should be loaded after generate_driver_models to ensure it imports the correct version of the drivers module
# - The name of the custom settings model follows the naming convention: CustomSettings_<driver_organization>_<driver_name>_<driver_version> => "." and "-" are replaced by "_"!
138
-
# - Schema {schema_file.split("/")[-1]} is used as reference to define the custom settings model!
139
+
# - Schema {Path(schema_file).name} is used as reference to define the custom settings model!
139
140
# - The "driver_id" attribute is necessary for the discriminator, which is used to determine the correct model for the custom settings in DeviceConfiguration!
140
141
# - The "alias" attribute is used to map the attribute to the correct key (with driver organization & name) in the JSON payload for the API!
141
142
# - "DriverLiteral" is used to provide a list of all possible drivers in the IDEs IntelliSense!
0 commit comments