Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r909d4064e98d5684ee139534f0ac6cbc5f8774d5 -rb55b4aad2941b470c5652aad5538a1bbb28a76ed --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 909d4064e98d5684ee139534f0ac6cbc5f8774d5) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision b55b4aad2941b470c5652aad5538a1bbb28a76ed) @@ -7,8 +7,8 @@ * * @file OperationModes.h * -* @author (last) Sean Nash -* @date (last) 18-Apr-2025 +* @author (last) suresh +* @date (last) 05-Aug-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -72,6 +72,7 @@ void setCurrent4thLevelState( U32 state ); // Set the current 4th level state. void sendOperationStatusEvent( void ); // Constructs and sends operation status event +BOOL handleUIConfirmationResponse( MESSAGE_T *message ); // Handles the confirmation response received from the UI void handleConfirmationDialogTimeout( void ); // Handle timeout for confirmation dialog