Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r86eec09ab556fbd970ddcae9dc622727928ee757 -r2fff37fa585181917705645494549b5fd4a4d522 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 86eec09ab556fbd970ddcae9dc622727928ee757) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 2fff37fa585181917705645494549b5fd4a4d522) @@ -37,15 +37,17 @@ void transitionToStandbyMode( void ); // prepares for transition to standby mode U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) -DG_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. - void waterSampleCommandHandler( SAMPLE_WATER_CMD_T sampleWaterCmd ); BOOL requestDGStart( void ); // HD requests DG start (go to re-circulate mode) BOOL startDGFlush( void ); // HD start flush mode BOOL startDGHeatDisinfect( void ); // HD start heat disinfect mode +DG_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. +BOOL testSetFilterFlushTimePeriodOverride( U32 value ); +BOOL testResetFilterFlushTimePeriodOverride( void ); + BOOL startDGChemicalDisinfect( void ); // HD start chemical disinfect mode /**@}*/