Index: shared/scripts/configuration/config.py =================================================================== diff -u -rdb62790e05196b14fc379a4ebb4641f915987434 -r5acfe2a7386ee5cb081e6deda70f07aef62c3d6e --- shared/scripts/configuration/config.py (.../config.py) (revision db62790e05196b14fc379a4ebb4641f915987434) +++ shared/scripts/configuration/config.py (.../config.py) (revision 5acfe2a7386ee5cb081e6deda70f07aef62c3d6e) @@ -313,9 +313,8 @@ 286: "HD treatment rinseback complete timeout warning.", 287: "HD processor clock speed checks against FPGA clock failure.", 288: "DG trimmer heater on with flow timeout.", - 289: "DG dialysate or concentrate caps not closed.", - 290: "Total number of alarms.", - } + 289: "DG dialysate or concentrate caps not closed." + } ALARM_PRIORITIES = {1: "LOW", 2: "MEDIUM", 3: "HIGH"} NUM_OF_ALARM_PRIORITIES = 4 # Total number of alarm priorities