Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r3eb7c2e62c727be195cd937d49957db9d4ba83b4 -r64f7d82ff6637d6fb179d31b0c1481d68ed99143 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 3eb7c2e62c727be195cd937d49957db9d4ba83b4) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 64f7d82ff6637d6fb179d31b0c1481d68ed99143) @@ -37,15 +37,15 @@ 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 ); - 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 ); + /**@}*/ #endif