Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r48ca7fd644c67920acc29a80b7af379d0a134d1a -rbbd8ef64eb4b178ca76a9721908fee7347a71c6a --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision bbd8ef64eb4b178ca76a9721908fee7347a71c6a) @@ -45,7 +45,8 @@ U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) BOOL areInletWaterConditionsAlarmsActive( void ); // checks water inlet pressure, temperature and conductivity alarms. -BOOL requestDDStart( void ); // TD requests DD start (go to generation idle mode) +BOOL requestDDStart( void ); // TD requests DD start (go to generation dialysate mode) +BOOL requestDDStop( void ); // TD request to stop the dialysate generation. BOOL startDDFlush( void ); // TD start flush mode BOOL startDDHeatDisinfect( void ); // TD start heat disinfect mode