Commit 02525a63 authored by Bamberator's avatar Bamberator Committed by oroulet

add method read_data_value

parent 933f4cb0
......@@ -531,6 +531,12 @@ class SyncNode:
get_value = read_value # legacy
@syncmethod
def read_data_value(self):
pass
get_data_value = read_data_value # legacy
@syncmethod
def read_data_type_as_variant_type(self):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment