Script execution
This commit is contained in:
@@ -194,7 +194,7 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
|
||||
def is_empty(self):
|
||||
self.empty = self.eval_bool("isEmpty()")
|
||||
return self.powered
|
||||
return self.empty
|
||||
|
||||
def is_settled(self):
|
||||
self.settled = self.eval_bool("isSettled()")
|
||||
|
||||
Reference in New Issue
Block a user