From d98fcdc265600068fdcd265f92ab51a106cb26ae Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 16 Apr 2026 11:43:08 -0400 Subject: [PATCH] Update serial cable prompt to say IOM instead of IOM1 Co-Authored-By: Claude Sonnet 4.6 --- modules/workflow_serial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workflow_serial.py b/modules/workflow_serial.py index 8a160e2..03e0bca 100644 --- a/modules/workflow_serial.py +++ b/modules/workflow_serial.py @@ -225,7 +225,7 @@ def _serial_redfish_request(ser: SerialPort, password: str, method: str, def detect_serial_device() -> Optional[str]: rule("Step 1 of 5 -- Serial Cable & Device Detection") - print(" Connect the serial cable from the ES24N IOM1 port") + print(" Connect the serial cable from the ES24N IOM port") print(" to the active F-Series controller USB port.") print() prompt("Press Enter when the cable is connected")