Expose new PLCObject API members to WAMP interface.
authorEdouard Tisserant
Tue, 18 Dec 2018 14:10:43 +0100
changeset 2471 9d5c291b510f
parent 2470 590f85412835
child 2472 897687a3c982
Expose new PLCObject API members to WAMP interface.
runtime/WampClient.py
--- a/runtime/WampClient.py	Tue Dec 18 14:08:11 2018 +0100
+++ b/runtime/WampClient.py	Tue Dec 18 14:10:43 2018 +0100
@@ -56,6 +56,9 @@
     ("StartPLC", {}),
     ("StopPLC", {}),
     ("GetPLCstatus", {}),
+    ("GetPLCID", {}),
+    ("AppendChunkToBlob", {}),
+    ("PurgeBlobs", {}),
     ("NewPLC", {}),
     ("MatchMD5", {}),
     ("SetTraceVariablesList", {}),