Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 -r0fce4283f8f28da957f9e82ec121efbc6ee55241 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 0fce4283f8f28da957f9e82ec121efbc6ee55241) @@ -78,6 +78,11 @@ initDGInterface(); resetAirTrap(); + // set user alarm recovery actions allowed in this mode + setAlarmUserActionEnabled( ALARM_USER_ACTION_RESUME, TRUE ); + setAlarmUserActionEnabled( ALARM_USER_ACTION_RINSEBACK, FALSE ); + setAlarmUserActionEnabled( ALARM_USER_ACTION_END_TREATMENT, FALSE ); + // pumps should be off setBloodPumpTargetFlowRate( 0, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); setDialInPumpTargetFlowRate( 0, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP );