Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r8b73263b38f449dacc0795c67a7cf6240cb79026 -r1c04924590760ca29e1c9fe19bca65ec5ce428fe --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 1c04924590760ca29e1c9fe19bca65ec5ce428fe) @@ -184,6 +184,7 @@ void cmdStartDGChemicalDisinfect( void ); void cmdStopDGChemicalDisinfect( void ); void cmdRequestDGMixingRatios( void ); +void cmdSetDGToServiceMode( void ); void handleDGCommandResponse( DG_CMD_RESPONSE_T *dgCmdRespPtr ); BOOL getDGCommandResponse( U32 commandID, DG_CMD_RESPONSE_T *cmdRespPtr );