Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r57eb6d533a74a212c81cec2baa5246399ffd8cb1 -r9907b4602e00e40a84ff55344d61cee50feebc36 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 57eb6d533a74a212c81cec2baa5246399ffd8cb1) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 9907b4602e00e40a84ff55344d61cee50feebc36) @@ -8,7 +8,7 @@ * @file DialInFlow.c * * @author (last) Sean Nash -* @date (last) 20-Jul-2023 +* @date (last) 17-Jul-2023 * * @author (original) Sean * @date (original) 16-Dec-2019 @@ -514,7 +514,7 @@ } else { // Alarm if not receiving new dialysate flow readings in timely manner - if ( ( TRUE == isDGCommunicating() ) && ( isACPowerLost() != TRUE ) ) + if ( ( TRUE == isDGCommunicating() ) && ( FALSE == isACPowerLost() ) ) { if ( ++dialysateFlowDataFreshStatusCounter > DIP_DIALYSATE_FLOW_DATA_ALARM_THRESHOLD ) {