Index: shared/scripts/configuration/config.py =================================================================== diff -u -r19acd0c2daafcfa6bc6341d69ffbe55aef64a447 -re669901857ed8bd5749874568939745d91ce5a0f --- shared/scripts/configuration/config.py (.../config.py) (revision 19acd0c2daafcfa6bc6341d69ffbe55aef64a447) +++ shared/scripts/configuration/config.py (.../config.py) (revision e669901857ed8bd5749874568939745d91ce5a0f) @@ -17,8 +17,6 @@ from configuration.strings import * - - # -S, --disable-sd-card-fail-log-stop disable-sd-card-fail-log-stop # -k, --enable-check-in-log Enables Check-In Log # -K, --enable-acknow-log Enables Acknowledgment Log @@ -104,7 +102,7 @@ NUM_OF_ALARM_PRIORITIES = 4 # Total number of alarm priorities NUM_OF_MSG_ID = 290 -NUM_OF_MSG_ID = 291 +NUM_OF_ALARM_ID = 291 ALARM_ID_NO_ALARM = 0 ALARM_ID_OUT_OF_RANGE = 292