Closedown

This commit is contained in:
gac-S_Changer
2017-03-29 17:05:46 +02:00
parent 0b0fa848af
commit 6d93ab52b4

View File

@@ -375,6 +375,7 @@ 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,