Index: shared/scripts/configuration/config.py =================================================================== diff -u -r36656e34f23732aebe84299507f0996a215039ae -r8a28a0ce925ee03948e19c1982ac9307c2dda807 --- shared/scripts/configuration/config.py (.../config.py) (revision 36656e34f23732aebe84299507f0996a215039ae) +++ shared/scripts/configuration/config.py (.../config.py) (revision 8a28a0ce925ee03948e19c1982ac9307c2dda807) @@ -36,7 +36,7 @@ # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h -REJECTION_MESSAGE = { +REJECTION_REASON = { 0 : "REQUEST_REJECT_REASON_NONE" , # Used when there is no rejection 1 : "REQUEST_REJECT_REASON_NOT_ALLOWED_IN_CURRENT_MODE" , # "REQuest is not allowed in the current operating mode 2 : "REQUEST_REJECT_REASON_TIMEOUT_WAITING_FOR_USER_CONFIRM" , # Validated "REQuest was not confirmed by user in reasonable time @@ -77,7 +77,7 @@ 37 : "REQUEST_REJECT_REASON_NO_NEW_TREATMENT_ALARM_TRIGGERED" , # Treatment cannot initiate if an alarm with no new treatment property has triggered before 38 : "REQUEST_REJECT_REASON_BATTERY_IS_NOT_CHARGED" , # Battery does not have enough charge to start treatment 39 : "REQUEST_REJECT_REASON_RINSEBACK_NOT_COMPLETED" , # Cannot move on to recirculate without completing full rinseback. - } +} NUM_OF_REQUEST_REJECT_REASONS = 39