Closedown

This commit is contained in:
gac-S_Changer
2017-03-29 17:07:46 +02:00
parent 4143777de3
commit 71af74620d
2 changed files with 1 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="167.240367" />
<Float name="powerHourCount" value="167.24231" />
</controller>

View File

@@ -375,7 +375,6 @@ class RobotTCP(TcpDevice, Stoppable):
#if (self.current_task is not None) and (self.get_task_status(self.current_task)[0]<0):
if int(sts[6]) < 0:
self.current_task = None
print int(sts[6])
self._update_state()
self.reset = False
self.setCache({"powered": self.powered,