Script execution

This commit is contained in:
gac-x03da
2022-02-01 17:44:55 +01:00
parent 976935faf5
commit 9cd783ee44

View File

@@ -252,6 +252,7 @@ class SimpleDeviceReader(Readable):
the device must be set assigned to the device attribute.
"""
def read(self):
print("simple device read")
v = source.read()
print(v)
return v