Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r44a100f8e5210a02c23b8fcc4527d8e96d577381 -rbd0ae373570f7f224bb9a6a4e86f805be77de192 --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 44a100f8e5210a02c23b8fcc4527d8e96d577381) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision bd0ae373570f7f224bb9a6a4e86f805be77de192) @@ -499,6 +499,7 @@ setDialOutPumpTargetRate( setDialysateFlowRate, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); // Go to UF paused state currentUFState = UF_PAUSED_STATE; + sendTreatmentLogEventData( UF_PAUSE_RESUME_EVENT, UF_RUNNING_STATE, UF_PAUSED_STATE ); } else { @@ -550,6 +551,7 @@ lastUFTimeStamp = getMSTimerCount(); // Go to UF running state currentUFState = UF_RUNNING_STATE; + sendTreatmentLogEventData( UF_PAUSE_RESUME_EVENT, UF_PAUSED_STATE, UF_RUNNING_STATE ); } else {