Tell: added a wait for Tell to be ready before going to dry
This commit is contained in:
@@ -392,6 +392,7 @@ class TellClient:
|
||||
def dry(self, heat_time=None, speed=None, wait_cold=None, wait=False):
|
||||
if self.__simulation:
|
||||
time.sleep(5.0)
|
||||
self.pshell.wait_state("Ready", timeout=30.0)
|
||||
self._last_cmd_id = self.start_cmd("dry", heat_time, speed, wait_cold)
|
||||
if wait:
|
||||
self.check_command_ok(timeout=360.0, msg=f"Dry failed")
|
||||
|
||||
Reference in New Issue
Block a user