Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -re8edb83fcba5c355198efc30944d51c54814bdbe -r688bd3abbe26cdde15368c8769511d8cf152a721 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision e8edb83fcba5c355198efc30944d51c54814bdbe) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 688bd3abbe26cdde15368c8769511d8cf152a721) @@ -148,10 +148,12 @@ void cmdStopDGFlush( void ); void cmdStartDGHeatDisinfect( void ); void cmdStopDGHeatDisinfect( void ); +void cmdStartDGNocturnalHeatDisinfect( void ); void cmdStartDGChemicalDisinfect( void ); void cmdStopDGChemicalDisinfect( void ); void cmdStartDGChemicalFlushDisinfect( void ); void cmdStopDGChemFlushDisinfect( void ); +void cmdStartDGActiveCool( void ); void cmdStopDGActiveCool( void ); void cmdStartDGROPermeateSampleMode( void ); void cmdStopDGROPermeateSampleMode( void );