Closedown
This commit is contained in:
@@ -341,7 +341,8 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
if code== -1: status = "Stopped"
|
||||
elif code== 0: status = "Paused"
|
||||
elif code== 1: status = "Running"
|
||||
else: status = self.execute('get_help', code)
|
||||
#else: status = self.execute('get_help', code)
|
||||
else: status = "Error"
|
||||
return (code,status)
|
||||
|
||||
def _update_state(self):
|
||||
|
||||
Reference in New Issue
Block a user