Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/client_to_kepware.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def event_notification(self, event):
print("childs of root are: ", root.get_children())
print("name of root is", root.get_browse_name())
objects = client.get_objects_node()
print("childs og objects are: ", objects.get_children())
print("childs of objects are: ", objects.get_children())


tag1 = client.get_node("ns=2;s=Channel1.Device1.Tag1")
Expand Down