Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r142c37e172e0bf6f7508b193c0eb25efb92cfa89 -r6bb43117bca2673c5de877f5b70b094da344418a --- shared/scripts/configuration/strings.py (.../strings.py) (revision 142c37e172e0bf6f7508b193c0eb25efb92cfa89) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 6bb43117bca2673c5de877f5b70b094da344418a) @@ -173,7 +173,10 @@ 43: "REQUEST_REJECT_REASON_SYRINGE_NOT_PRESENT", # Syringe is not present 44: "REQUEST_REJECT_REASON_DG_DIALYSATE_CAP_OPEN", # Dialysate cap open 45: "REQUEST_REJECT_REASON_DG_CONCENTRATE_CAP_OPEN", # Concentrate cap open - 46: "NUM_OF_REQUEST_REJECT_REASONS" # Number of settings change reject codes + 46: "REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED", # DG disinfect has been expired + 47: "REQUEST_REJECT_REASON_DG_SERVICE_IS_DUE", # DG Serivce is due + 48: "REQUEST_REJECT_REASON_HD_SERVICE_IS_DUE", # HD service is due + 49: "NUM_OF_REQUEST_REJECT_REASON", # Number of settings change reject codes } #Alarm List @@ -695,7 +698,7 @@ 295 :"Total number of alarms." } -ALARM_ID_AND_ALARM_MESSAGES = { +ALARM_ID_AND_ALARM_MESSAGES = { # Needs to be updated/ made dynamic using the Alarms.conf file 0: "Indication for when no alarms is a possible situation", 1: "Call service to schedule a repair.", 2: "Call service to schedule a repair.", @@ -991,7 +994,16 @@ 292: "HD processor is in Disinfect Heat mode.", 293: "HD processor is in Disinfect Chemical mode.", 294: "HD processor Disinfect Chemical mode instructions to user.", - 295: "Total number of alarms." + 295: "UI POST CloudSync failure." , + 296: "DG TDi sensors FPGA fault." , + 297: "DG TRo sensors FPGA fault." , + 298: "DG baro sensor FPGA fault.", + 299: "DG disinfect has been expired." , + 300: "DG service time interval has elapsed.", + 301: "DG primary heater power voltage out of range.", + 302: "DG processor RAM error.", + 303: "HD processor RAM error.", + 304: "Total number of alarms." } #wifi