Skip to content

Commit 05f744e

Browse files
fix: typo
1 parent 76ee4cd commit 05f744e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/videoipath_automation_tool/apps/inventory/model

src/videoipath_automation_tool/apps/inventory/model/drivers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Notes:
77
# - The name of the custom settings model follows the naming convention: CustomSettings_<driver_organization>_<driver_name>_<driver_version> => "." and "-" are replaced by "_"!
8-
# - /Users/jonas/dev/swr/VideoIPath-Automation-Tool/src/videoipath_automation_tool/apps/inventory/model/driver_schema/2024.1.4.json is used as reference to define the custom settings model!
8+
# - src/videoipath_automation_tool/apps/inventory/model/driver_schema/2024.1.4.json is used as reference to define the custom settings model!
99
# - The "driver_id" attribute is necessary for the discriminator, which is used to determine the correct model for the custom settings in DeviceConfiguration!
1010
# - The "alias" attribute is used to map the attribute to the correct key (with driver organization & name) in the JSON payload for the API!
1111
# - "DriverLiteral" is used to provide a list of all possible drivers in the IDEs IntelliSense!

0 commit comments

Comments
 (0)