Index: leahi_dialin/fp/modules/boost_pump.py =================================================================== diff -u -r956757fac807b52aec078e84127089db5dff069f -ra5b83ae0f9728df7705cda897c4d02cfea4dd017 --- leahi_dialin/fp/modules/boost_pump.py (.../boost_pump.py) (revision 956757fac807b52aec078e84127089db5dff069f) +++ leahi_dialin/fp/modules/boost_pump.py (.../boost_pump.py) (revision a5b83ae0f9728df7705cda897c4d02cfea4dd017) @@ -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_PRES.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 } }