beremiz
Clone
Summary
Browse
Changes
Graph
Remove non-existed PLCObject method 'ForceReload'
2018-08-16, Andrey Skvortsov
f0a49a662870
Parents
97b4fbca2b62
Children
f09f31602ba6
Remove non-existed PLCObject method 'ForceReload'
1 files changed, 0 insertions(+), 1 deletions(-)
+0
-1
runtime/WampClient.py
--- a/runtime/WampClient.py Tue Aug 14 17:00:01 2018 +0300
+++ b/runtime/WampClient.py Thu Aug 16 10:52:20 2018 +0300
@@ -54,7 +54,6 @@
ExposedCalls = [
("StartPLC", {}),
("StopPLC", {}),
- ("ForceReload", {}),
("GetPLCstatus", {}),
("NewPLC", {}),
("MatchMD5", {}),