•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-3628-1 17 Mar 2026

done.

LEAHI-APPLICATION-LDT-3698-1 16 Mar 2026

Remove commented out lines?

LEAHI-DD-FIRMWARE-LDT-3628-1 17 Mar 2026

4 byte reg.

LEAHI-DD-FIRMWARE-LDT-3103-3 06 Apr 2026

updated comment.

LEAHI-TD-FIRMWARE-LDT-4040-1 10 Jul 2026

it will be adjusted when I merge latest staging

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Removed all the unused objects.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Updated as suggested.

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Aligned

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

Thank you. can you remove the obsolete test case from the test suite as well

LEAHI-TD-FIRMWARE-LDT-1903-9 11 Mar 2026

Fixed

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

The TODO has already been mentioned in staging. They have it commented out for strike and hold behavior.

LEAHI-DIALIN-LDT-3629-1 12 Mar 2026

They were added while debugging fp_test_configs and why it's never being updated.
Removed.

LEAHI-APPLICATION-LDT-3433-1 12 Mar 2026

enhancement BN APPROVES

LEAHI-DD-FIRMWARE-LDT-3603-1 11 Mar 2026

I think these functions (validate and signal) should be "test" functions and moved down to Dialin test functions section below - for all modes.

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

corrected.

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

please do not use complicated statement in if condition. take out this logic before if condition and use BOOL variable.

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

Add comment

LEAHI-APPLICATION-LDT-3516-1 12 Mar 2026

remove source from all responses

LEAHI-APPLICATION-LDT-3574-1 12 Mar 2026

_statusItem

LEAHI-DD-FIRMWARE-LDT-3352-1 03 Apr 2026

Input is d78TempAvgC

LEAHI-TD-FIRMWARE-LDT-3126-2 16 Mar 2026

Add a blank line after declaration.

LEAHI-APPLICATION-LDT-3698-1 16 Mar 2026

to recirculate.

LEAHI-DD-FIRMWARE-LDT-3103-3 06 Apr 2026

Remove this reference (across the file) if the implementation is updated.

LEAHI-DD-FIRMWARE-LDT-3103-3 06 Apr 2026

Now that we go with pressure slope detection logic, we don't want to use pressure-based detection for Low Qd. correct?

LEAHI-DD-FIRMWARE-LDT-2008-1 14 Apr 2026

fixed

LEAHI-DD-FIRMWARE-LDT-2008-1 10 Apr 2026

Why the order is important here ? please document it

LEAHI-DD-FIRMWARE-LDT-2004-9 18 Mar 2026

These seem more like concentrate doses, not dialysate doses. Consider renaming.

LEAHI-DD-FIRMWARE-LDT-2004-9 01 Apr 2026

Algin "=" to be consistent with those below.

LEAHI-TD-FIRMWARE-LDT-2240-1 13 Apr 2026

Rename

LEAHI-TD-FIRMWARE-LDT-4029-1 09 Jul 2026

This is called from preload state. Not needed here I think.

LEAHI-TD-FIRMWARE-LDT-4040-1 10 Jul 2026

Is this still possible since we're not returning to TxPaused from rinseback anymore?

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

removed the unused import

LEAHI-TESTSUITES-LDT-1218-1 16 Oct 2025

removed

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

done

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

done

LEAHI-DD-FIRMWARE-LDT-3103-1 12 Mar 2026

Should be before ModeStandby.

LEAHI-DD-FIRMWARE-LDT-3603-1 11 Mar 2026

Add comment that all of these states require no special handling.

LEAHI-APPLICATION-LDT-3413-1 13 Mar 2026

removed

LEAHI-APPLICATION-LDT-3574-1 13 Mar 2026

updated

LEAHI-DD-FIRMWARE-LDT-3103-3 06 Apr 2026

Update the deadband timing in the comments.

LEAHI-DD-FIRMWARE-LDT-2008-1 10 Apr 2026

comments missing

LEAHI-TD-FIRMWARE-LDT-3126-2 13 Mar 2026

Not sure that publish function is the best place to do this, but it's where you're calculating timeout and countdown times which are local - but we need to alarm (warning) when countdown reaches 1 minute (60 secs) and we need to alarm more severely when countdown reaches 0 secs.

If you make the 2 times static (not local here), you can call a monitor function from exec and do the calculations for the times and trigger alarms in the monitor function. Then, here in publish function, you would just publish the static times (no need to calculate because it's already done all the time).

LEAHI-TD-FIRMWARE-LDT-3215-1 17 Mar 2026

Added

LEAHI-DD-FIRMWARE-LDT-3603-2 30 Mar 2026

'genPermeateState' in the outputs. please update across the files as needed.

LEAHI-DD-FIRMWARE-LDT-3103-3 02 Apr 2026

updated.

LEAHI-DD-FIRMWARE-LDT-3352-1 03 Apr 2026

Same comment.

LEAHI-TD-FIRMWARE-LDT-4029-1 09 Jul 2026

Do we really need these setup functions for each state? They all look very simple - just 1 or 2 lines of code.

LEAHI-TD-FIRMWARE-LDT-4040-1 10 Jul 2026

Maybe this should be handled in OperationModes exec since it applies to all confirmations (not just alarm related ones).

LEAHI-TD-FIRMWARE-LDT-4049-1 14 Jul 2026

Let's comment remaining states for now.

LEAHI-TD-FIRMWARE-LDT-4049-1 14 Jul 2026

Let's remove this for now.