Index: firmware/App/Modes/ModeGenDialysate.h =================================================================== diff -u -ra569e34b86e389ce6d6f4c971ea86d2690dbaaed -r94789b2f2324d5901685b6ff7b6224d4af3a0276 --- firmware/App/Modes/ModeGenDialysate.h (.../ModeGenDialysate.h) (revision a569e34b86e389ce6d6f4c971ea86d2690dbaaed) +++ firmware/App/Modes/ModeGenDialysate.h (.../ModeGenDialysate.h) (revision 94789b2f2324d5901685b6ff7b6224d4af3a0276) @@ -7,8 +7,8 @@ * * @file ModeGenDialysate.h * -* @author (last) Jashwant Gantyada -* @date (last) 06-Apr-2026 +* @author (last) Vinayakam Mani +* @date (last) 14-Apr-2026 * * @author (original) Vinayakam Mani * @date (original) 06-Nov-2024 @@ -52,6 +52,7 @@ U32 transitionToGenDialysateMode( void ); // Prepares for transition to gen dialysate mode U32 execGenDialysateMode( void ); // Execute the gen dialysate mode state machine (call from OperationModes) void execGenDialysateMonitor( void ); // Dialysate generation monitor +void setTargetHydChamberTemp( F32 temperature ); // Set Target D5 temperature control BOOL hydChamberWaterInletControl( void ); // Hydraulics chamber inlet water control DD_GEND_MODE_STATE_T getCurrentGenDialysateState( void ); // Get the current state of the gen dialysate mode.