Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r688bd3abbe26cdde15368c8769511d8cf152a721 -r70654c8e042da0dd7ee7dc37c21bd8f4d54544e7 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 688bd3abbe26cdde15368c8769511d8cf152a721) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 70654c8e042da0dd7ee7dc37c21bd8f4d54544e7) @@ -146,9 +146,9 @@ void cmdStartDGFlush( void ); void cmdDGParkConcentratePumps( void ); void cmdStopDGFlush( void ); -void cmdStartDGHeatDisinfect( void ); +void cmdStartDGHeatDisinfectActiveCool( void ); void cmdStopDGHeatDisinfect( void ); -void cmdStartDGNocturnalHeatDisinfect( void ); +void cmdStartDGHeatDisinfectPassiveCool( void ); void cmdStartDGChemicalDisinfect( void ); void cmdStopDGChemicalDisinfect( void ); void cmdStartDGChemicalFlushDisinfect( void );