Index: firmware/App/Services/AlarmMgmt.h =================================================================== diff -u -r2dd1b02e90c90fcd94bf9b21245282205a963654 -r1b2d508e6c5fb1aed6c538874689681ca41bf962 --- firmware/App/Services/AlarmMgmt.h (.../AlarmMgmt.h) (revision 2dd1b02e90c90fcd94bf9b21245282205a963654) +++ firmware/App/Services/AlarmMgmt.h (.../AlarmMgmt.h) (revision 1b2d508e6c5fb1aed6c538874689681ca41bf962) @@ -77,6 +77,7 @@ BOOL ok; ///< Display OK button instead of other options BOOL noMinimize; ///< Prevent user from minimizing the alarm window BOOL lampOn; ///< The alarm lamp is on + BOOL noReTrigger; ///< Alarm flag to block re-trigger is set } COMP_ALARM_STATUS_T; /// Record structure for unsigned integer alarm data.