Index: leahi_dialin/common/td_defs.py =================================================================== diff -u -re588b280318c1ac5233cf2e28019f05796ac0f2b -r893966363336e5425afd5ad88a6e2d6f5b0ed916 --- leahi_dialin/common/td_defs.py (.../td_defs.py) (revision e588b280318c1ac5233cf2e28019f05796ac0f2b) +++ leahi_dialin/common/td_defs.py (.../td_defs.py) (revision 893966363336e5425afd5ad88a6e2d6f5b0ed916) @@ -579,14 +579,14 @@ @unique class TDAirPumpAttributes(DialinEnum): STATE = 0 # TD Air Pump State to command attribute - POWER = 1 # TD Air Pump Power attribute + DUTY_CYCLE = 1 # TD Air Pump Duty Cycle attribute RPM = 2 # TD Air Pump RPM attribute NUM_OF_AIR_PUMP_ATTRIBUTES = 3 # Number of Air Pump attributes TDAirPumpAttributes._str_list = { # Official Name : Accepted strings 'STATE': [], - 'POWER': [], + 'DUTY_CYCLE': [], 'RPM': [], 'NUM_OF_AIR_PUMP_ATTRIBUTES': [], }