beremiz
Clone
Summary
Browse
Changes
Graph
Add Repair() to WAMP interface
2019-04-19, Edouard Tisserant
bf0c1a40cf37
Parents
9944a18cad17
Children
a332f989f0b8
Add Repair() to WAMP interface
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
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", {}),