Commit e80d69b5 authored by oroulet's avatar oroulet

re-add set_value and get_value to sync API

parent cb397301
......@@ -314,10 +314,14 @@ class Node:
def write_value(self, val):
pass
set_value = write_value # legacy
@syncmethod
def read_value(self, val):
pass
get_value = read_value # legacy
@syncmethod
def call_method(self, methodid, *args):
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