Tell: added a wait for Tell to be ready before going to dry

This commit is contained in:
2025-12-04 11:49:56 +01:00
parent dcef9673ae
commit 49ad78bc58
+1
View File
@@ -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")