TELL: Updated Error message for move_cold

This commit is contained in:
2025-10-17 16:08:32 +02:00
parent 9316a8a2eb
commit 87c20e0f9e
+1 -1
View File
@@ -370,7 +370,7 @@ class TellClient:
self._last_cmd_id = self.start_cmd("move_cold", reset_timestamp)
if wait:
self.check_command_ok(timeout=360.0, msg=f"Move to park failed")
self.check_command_ok(timeout=360.0, msg=f"Move to cold failed")
def trash(self):
if self.__simulation: