Index: leahi_dialin/common/td_defs.py =================================================================== diff -u -rac11d0b19db5a1fe024699081a2b472ae27a5357 -re588b280318c1ac5233cf2e28019f05796ac0f2b --- leahi_dialin/common/td_defs.py (.../td_defs.py) (revision ac11d0b19db5a1fe024699081a2b472ae27a5357) +++ leahi_dialin/common/td_defs.py (.../td_defs.py) (revision e588b280318c1ac5233cf2e28019f05796ac0f2b) @@ -580,12 +580,14 @@ class TDAirPumpAttributes(DialinEnum): STATE = 0 # TD Air Pump State to command attribute POWER = 1 # TD Air Pump Power attribute - NUM_OF_AIR_PUMP_ATTRIBUTES = 2 # Number of Air Pump attributes + 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': [], + 'RPM': [], 'NUM_OF_AIR_PUMP_ATTRIBUTES': [], }