Index: leahi_dialin/common/dd_defs.py =================================================================== diff -u -rd2697fb12fc381fed6e7fb0820ec6486513243f6 -re9a1b8796610fd165c45a0a2c9c2034e00a77546 --- leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision d2697fb12fc381fed6e7fb0820ec6486513243f6) +++ leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision e9a1b8796610fd165c45a0a2c9c2034e00a77546) @@ -190,8 +190,7 @@ D29_COND = 2 # Water, Bicarbonate, and Acid Collective Conductivity Sensor D43_COND = 3 # Self Test Conductivity Sensor (not used for dialysate conductivity) D74_COND = 4 # Water and Bicarbonate Collective Conductivity Sensor - D98_COND = 5 # D98 Conductivity Sensor - NUM_OF_CONDUCTIVITY_SENSORS = 6 # Number of Conductivity Sensors + NUM_OF_CONDUCTIVITY_SENSORS = 5 # Number of Conductivity Sensors @unique class DDDialysatePumpsEnum(DialinEnum): @@ -265,7 +264,8 @@ D6_LEVEL = 0 # floater switch low, medium and high status D63_LEVEL = 1 # bicarb level low or high status D46_LEVEL = 2 # Spent dialysate air separation chamber level low or high status - NUM_OF_LEVELS = 3 # Number of Level Sensors + D98_LEVEL = 3 # D98 Conductive Level Sensor + NUM_OF_LEVELS = 4 # Number of Level Sensors @unique class DDPistonPumpsEnum(DialinEnum):