Index: firmware/App/Modes/ModeHeatDisinfect.h =================================================================== diff -u -rd4e7cd17654a007b5e140e32bd368751dca7977a -rab9597daa82d8e4575a8bb1fd8438ac301b85d44 --- firmware/App/Modes/ModeHeatDisinfect.h (.../ModeHeatDisinfect.h) (revision d4e7cd17654a007b5e140e32bd368751dca7977a) +++ firmware/App/Modes/ModeHeatDisinfect.h (.../ModeHeatDisinfect.h) (revision ab9597daa82d8e4575a8bb1fd8438ac301b85d44) @@ -51,7 +51,7 @@ DG_HEAT_DISINFECT_STATE_T getCurrentHeatDisinfectState( void ); // get the current state of the heat disinfect mode BOOL stopDGHeatDisinfect( void ); // Stop DG heat disinfect -void setNocturnalHeatDisinfectStatus( BOOL isNocturnal ); +void setActiveOrPassiveHeatDisinfectStatus( BOOL isPassive ); BOOL testSetDG77CStateTimerOverride( U32 timer ); // set override timer for disinfection at 77C BOOL testResetDG77CStateTimerOverride( void ); // reset override timer for disinfection at 77C