Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r383c4be0d9ad14570c87cf5b7330f5f83d92383e -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 383c4be0d9ad14570c87cf5b7330f5f83d92383e) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file OperationModes.h * -* @author (last) Sean -* @date (last) 30-Jul-2024 +* @author (last) Sean Nash +* @date (last) 18-Apr-2025 * -* @author (original) Sean -* @date (original) 30-Jul-2024 +* @author (original) Sean Nash +* @date (original) 01-Aug-2024 * ***************************************************************************/ @@ -61,8 +61,8 @@ void sendOperationStatusEvent( void ); // Constructs and sends operation status event -//BOOL testSetOperationMode( TD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) -//BOOL testSetOpModePublishIntervalOverride( U32 ms ); +BOOL testSetOperationMode( MESSAGE_T *message ); // Force transition to a given mode (if allowed) +BOOL testSetOpModePublishIntervalOverride( MESSAGE_T *message ); // Override op mode data publish interval /**@}*/