Index: shared/scripts/configuration/config.py =================================================================== diff -u -r568e97ea04d6b8bd977bf3533980a42b26ec951e -r67cc737eecd7b95ec6f3ab752e5185a17cf718ef --- shared/scripts/configuration/config.py (.../config.py) (revision 568e97ea04d6b8bd977bf3533980a42b26ec951e) +++ shared/scripts/configuration/config.py (.../config.py) (revision 67cc737eecd7b95ec6f3ab752e5185a17cf718ef) @@ -179,7 +179,7 @@ 151: "Inlet water conductivity too low." , 152: "Inlet water pressure too low." , 153: "HD prime completed high priority alarm.", - 154: "EEPROM operations (read, write, erase) failure", + 154: "EEPROM operations (read, write, erase) failure.", 155: "This alarm ID is available for use.", 156: "HW usage data (treatment time in HD and total consumed water in DG) failure.", 157: "This alarm ID is available for use." , @@ -364,5 +364,7 @@ 37: "REQUEST_REJECT_REASON_NO_NEW_TREATMENT_ALARM_TRIGGERED", 38: "REQUEST_REJECT_REASON_BATTERY_IS_NOT_CHARGED", 39: "REQUEST_REJECT_REASON_RINSEBACK_NOT_COMPLETED", - } + } + +UNDEFINED_ALARM_ID_MSG = "ALARM_ID_UNDEFINED" \ No newline at end of file