From 2b7a376bc614bc6987b3b13cfdd137e0fbcb86d3 Mon Sep 17 00:00:00 2001 From: RobertJDavis Date: Tue, 21 Oct 2025 13:16:59 -0700 Subject: [PATCH] Update Running State removed comment --- src/BMS/CRAH/CRAH_UMAS_TCP/State_Running.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BMS/CRAH/CRAH_UMAS_TCP/State_Running.cpp b/src/BMS/CRAH/CRAH_UMAS_TCP/State_Running.cpp index 96b1a0e..f85524b 100644 --- a/src/BMS/CRAH/CRAH_UMAS_TCP/State_Running.cpp +++ b/src/BMS/CRAH/CRAH_UMAS_TCP/State_Running.cpp @@ -114,7 +114,6 @@ State* RunningState::update(Equipment* equipment) // Check to see if BMS Command set to OFF --> Place unit in Standby // Removed logic of placing unit on standby if BMS_Enable_Source != 2 for ease in testing Mode Feedback. if (On_Off_Command == 0){ - // setPointValue(equipment, "ON/OFF Command By BMS", 0); return new StandbyState(); }