Index: leahi_dialin/common/dd_defs.py =================================================================== diff -u -r963c103929c262a940aa73677f7de94a3afaad62 -r62640bb1dfcb4279d31719ca933c3ce69bfb46be --- leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision 963c103929c262a940aa73677f7de94a3afaad62) +++ leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision 62640bb1dfcb4279d31719ca933c3ce69bfb46be) @@ -382,7 +382,7 @@ DDLevelSensorNames._str_list = { # Official Name : Accepted strings - 'D6_LEVEL': ['d6'], + 'D6_LEVEL': ['d6'], 'D63_LEVEL': ['d63'], 'D46_LEVEL': ['d46'], 'D98_LEVEL': ['d98'], @@ -597,7 +597,7 @@ BAL_CHAMBER_STATE1_FILL_START = 1 # Balancing chamber state 1 fill start state BAL_CHAMBER_STATE1_BICARB_ACID_DOSING_CNTRL = 2 # Balancing Chamber state 1 Bicarb and acid dosing control state BAL_CHAMBER_STATE1_FILL_END = 3 # Balancing Chamber state 1 fill end state - BAL_CHAMBER_STATE2_FILL_START = 4 # Balancing chamber state 2 fill start state + BAL_CHAMBER_STATE2_FILL_START = 4 # Balancing chamber state 2 fill start state BAL_CHAMBER_STATE2_BICARB_ACID_DOSING_CNTRL = 5 # Balancing Chamber state 2 Bicarb and acid dosing control state BAL_CHAMBER_STATE2_FILL_END = 6 # Balancing Chamber state 2 fill end state NUM_OF_BAL_CHAMBER_EXEC_STATES = 7 # Number of balancing chamber states @@ -631,13 +631,13 @@ @unique class DDBloodLeakStates(DialinEnum): - BLOOD_LEAK_WAIT_FOR_POST_STATE = 0 # - BLOOD_LEAK_CHECK_SET_POINT_STATE = 1 # - BLOOD_LEAK_INIT_STATE = 2 # - BLOOD_LEAK_CHECK_ZERO_AND_SELF_TEST_STATE = 3 # - BLOOD_LEAK_VERIFY_INTENSITY_AFTER_ZEROING_STATE = 4 # - BLOOD_LEAK_NORMAL_STATE = 5 # - BLOOD_LEAK_RECOVER_BLOOD_DETECT_STATE = 6 # + BLOOD_LEAK_WAIT_FOR_POST_STATE = 0 # + BLOOD_LEAK_CHECK_SET_POINT_STATE = 1 # + BLOOD_LEAK_INIT_STATE = 2 # + BLOOD_LEAK_CHECK_ZERO_AND_SELF_TEST_STATE = 3 # + BLOOD_LEAK_VERIFY_INTENSITY_AFTER_ZEROING_STATE = 4 # + BLOOD_LEAK_NORMAL_STATE = 5 # + BLOOD_LEAK_RECOVER_BLOOD_DETECT_STATE = 6 # NUM_OF_BLOOD_LEAK_STATES = 7 # Number of blood leak states DDBloodLeakStates._str_list = {