beremiz

(no commit message)

2010-06-04, Lolitech
e7ce2b3f1d5d
Parents b155ada1c14a
Children 0f5544587037
(no commit message)
--- a/connectors/LPC/LPCAppObject.py Fri Jun 04 15:11:27 2010 +0200
+++ b/connectors/LPC/LPCAppObject.py Fri Jun 04 15:16:23 2010 +0200
@@ -49,6 +49,7 @@
def StopPLC(self):
self.HandleSerialTransaction(STOPTransaction())
+ return True
def ResetPLC(self):
self.HandleSerialTransaction(RESETTransaction())