Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r775f8ad98cccfd06d712ab339d1d88e3e640803c -r11b0015549d4371fa2ad4314c17567712a36a564 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 775f8ad98cccfd06d712ab339d1d88e3e640803c) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 11b0015549d4371fa2ad4314c17567712a36a564) @@ -1432,7 +1432,7 @@ { F32 dipCurr; - if ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST ) ) + if ( ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST ) ) && ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST_IN_TREATMENT ) ) ) { // DialIn pump should be off if ( DIAL_IN_PUMP_OFF_STATE == dialInPumpState )