Skip to content

Commit cb90bd0

Browse files
committed
doc: added notes on AI tools being used
1 parent c085a05 commit cb90bd0

File tree

9 files changed

+27
-0
lines changed

9 files changed

+27
-0
lines changed

kepconfig/adv_tags/adv_tag_group.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8+
# Note: The code within this file was created in total or in part
9+
# with the use of AI tools.
10+
811

912
r"""`adv_tag_group` exposes an API to allow modifications (add, delete, modify) to
1013
tag group objects within the Kepware Configuration API

kepconfig/adv_tags/average_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`average_tags` exposes an API to allow modifications (add, delete, modify) to
811
average tag objects within the Kepware Configuration API
912
"""

kepconfig/adv_tags/complex_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`complex_tags` exposes an API to allow modifications (add, delete, modify) to
811
complex tag objects within the Kepware Configuration API
912
"""

kepconfig/adv_tags/cumulative_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`cumulative_tags` exposes an API to allow modifications (add, delete, modify) to
811
cumulative tag objects within the Kepware Configuration API
912
"""

kepconfig/adv_tags/derived_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`derived_tags` exposes an API to allow modifications (add, delete, modify) to
811
derived tag objects within the Kepware Configuration API
912
"""

kepconfig/adv_tags/link_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`link_tags` exposes an API to allow modifications (add, delete, modify) to
811
link tag objects within the Kepware Configuration API
912
"""

kepconfig/adv_tags/max_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`maximum_tags` exposes an API to allow modifications (add, delete, modify) to
811
maximum tag objects within the Kepware Configuration API
912
"""

kepconfig/adv_tags/min_tags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
r"""`minimum_tags` exposes an API to allow modifications (add, delete, modify) to
811
minimum tag objects within the Kepware Configuration API
912
"""

tests/adv_tags_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7+
# Note: The code within this file was created in total or in part
8+
# with the use of AI tools.
9+
710
# Advanced Tag Groups Test - Test to execute various calls for advanced tags plugin
811
# parts of the Kepware configuration API
912

0 commit comments

Comments
 (0)