Index: leahi_dialin/fp/modules/boost_pump.py =================================================================== diff -u -r956757fac807b52aec078e84127089db5dff069f -rdf000f9b784efe89bca7a8a010596322560f6f95 --- leahi_dialin/fp/modules/boost_pump.py (.../boost_pump.py) (revision 956757fac807b52aec078e84127089db5dff069f) +++ leahi_dialin/fp/modules/boost_pump.py (.../boost_pump.py) (revision df000f9b784efe89bca7a8a010596322560f6f95) @@ -51,12 +51,12 @@ FPPumpAttributes.STATE.name: 0, FPPumpAttributes.DUTY_CYCLE.name: 0, FPPumpAttributes.FB_DUTY_CYCLE.name: 0, - FPPumpAttributes.SPEED: 0.0, - FPPumpAttributes.TARGET_PRESSURE: 0.0, - FPPumpAttributes.TARGET_FLOW: 0.0, - FPPumpAttributes.TARGET_DUTY_CYCLE: 0.0, - FPPumpAttributes.DUTY_CYCLE_PCT: 0.0, - FPPumpAttributes.FB_DUTY_CYCLE_PCT: 0.0 + FPPumpAttributes.SPEED.name: 0.0, + FPPumpAttributes.TARGET_PRESSURE.name: 0.0, + FPPumpAttributes.TARGET_FLOW.name: 0.0, + FPPumpAttributes.TARGET_DUTY_CYCLE.name: 0.0, + FPPumpAttributes.DUTY_CYCLE_PCT.name: 0.0, + FPPumpAttributes.FB_DUTY_CYCLE_PCT.name: 0.0 } }