connectors/LPC/LPCAppObject.py
changeset 558 e7ce2b3f1d5d
parent 557 b155ada1c14a
child 562 2c8f08f4f874
child 563 c74a37d156df
--- 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())