Update Running State

removed comment
This commit is contained in:
RobertJDavis
2025-10-21 13:16:59 -07:00
parent 07bf9036dc
commit 2b7a376bc6

View File

@@ -114,7 +114,6 @@ State<ModbusIP>* RunningState<ModbusIP>::update(Equipment<ModbusIP>* 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<ModbusIP>();
}