Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r49533d4870aa10c1b20406dd5c013567fe854694 -r9944e4f766d9eb4cdf7a5ca7587e3ceca556e106 --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 49533d4870aa10c1b20406dd5c013567fe854694) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 9944e4f766d9eb4cdf7a5ca7587e3ceca556e106) @@ -8,7 +8,7 @@ * @file Dialysis.c * * @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @date (last) 13-May-2022 * * @author (original) Sean * @date (original) 15-Jan-2020 @@ -516,6 +516,7 @@ setDialOutPumpTargetRate( setDialysateFlowRate, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); // Go to UF paused state currentUFState = UF_PAUSED_STATE; + sendTreatmentLogEventData( UF_START_RESUME_EVENT, UF_RUNNING_STATE, UF_PAUSED_STATE ); } else { @@ -568,6 +569,7 @@ lastUFTimeStamp = getMSTimerCount(); // Go to UF running state currentUFState = UF_RUNNING_STATE; + sendTreatmentLogEventData( UF_START_RESUME_EVENT, UF_PAUSED_STATE, UF_RUNNING_STATE ); } else {