Add Repair() to WAMP interface
authorEdouard Tisserant
Fri, 19 Apr 2019 10:53:02 +0200
changeset 2607 bf0c1a40cf37
parent 2606 9944a18cad17
child 2608 a332f989f0b8
Add Repair() to WAMP interface
runtime/WampClient.py
--- a/runtime/WampClient.py	Thu Apr 18 14:42:23 2019 +0200
+++ b/runtime/WampClient.py	Fri Apr 19 10:53:02 2019 +0200
@@ -61,6 +61,7 @@
     ("AppendChunkToBlob", {}),
     ("PurgeBlobs", {}),
     ("NewPLC", {}),
+    ("RepairPLC", {}),
     ("MatchMD5", {}),
     ("SetTraceVariablesList", {}),
     ("GetTraceVariables", {}),