Closedown

This commit is contained in:
gac-S_Changer
2017-03-22 16:46:56 +01:00
parent eaf45227a3
commit 1745431f33
2 changed files with 2 additions and 2 deletions

View File

@@ -33,5 +33,5 @@
<Float name="powerShutdownDelay" value="-1" />
<String name="standardFiles" value="" />
<Float name="lliCycleTime" value="-1" />
<Float name="powerHourCount" value="2.001822" />
<Float name="powerHourCount" value="2.50252" />
</controller>

View File

@@ -346,7 +346,7 @@ class RobotTCP(TcpDevice, Stoppable):
if not self.empty: self.setState(State.Paused)
else: self.setState(State.Ready)
def doUpdate(self):
def doUpdate(self):
try:
start = time.time()
#sts = self._sendReceive("EVT").strip().split(self.array_separator)