Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r9ad496e4c3a54e96402afd66955be575bdaa3f57 -rf8bdb3ff260a42f46e178d08979758789db7c307 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 9ad496e4c3a54e96402afd66955be575bdaa3f57) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision f8bdb3ff260a42f46e178d08979758789db7c307) @@ -36,7 +36,7 @@ void initStandbyMode( void ); // Initialize this unit U32 transitionToStandbyMode( void ); // Prepares for transition to standby mode U32 execStandbyMode( void ); // Execute the standby mode state machine (call from OperationModes) -BOOL requestROStart( void ); +BOOL signalROStart( void ); // Signal the system to start RO water RO_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode.