Index: leahi_dialin/common/fp_defs.py =================================================================== diff -u -r3d9e3c5cc1bcd5ce23187a5a627e1ff4177f38d6 -re1a3a4c8d35a8b07750c13799c2d2229e2914494 --- leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision 3d9e3c5cc1bcd5ce23187a5a627e1ff4177f38d6) +++ leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision e1a3a4c8d35a8b07750c13799c2d2229e2914494) @@ -466,7 +466,7 @@ SPEED = 3 # Current Speed attribute for pumps TARGET_PRES = 4 # Target Pressure attribute for pumps TARGET_FLOW = 5 # Target Flow attribute for pumps - TARGET_DUTY_CYCLE_PCT = 6 # Target Duty Cycle attribute for pumps + TARGET_DUTY_CYCLE_PCT = 6 # Target Duty Cycle Percentage attribute for pumps DUTY_CYCLE_PCT = 7 # Duty Cycle Percentage attribute for pumps FB_DUTY_CYCLE_PCT = 8 # Feedback Duty Cycle Percentage attribute for pumps NUM_OF_RO_PUMP_ATTRIBUTES = 9 # Number of pump attributes @@ -479,7 +479,7 @@ 'SPEED': [], 'TARGET_PRES': ['target pressure'], 'TARGET_FLOW': [], - 'TARGET_DUTY_CYCLE': [], + 'TARGET_DUTY_CYCLE_PCT': ['target duty cycle', 'target duty cycle percentage'], 'DUTY_CYCLE_PCT': ['duty cycle percentage'], 'FB_DUTY_CYCLE_PCT': ['feedback duty cycle percentage'], 'NUM_OF_RO_PUMP_ATTRIBUTES': [],