Index: leahi_dialin/ro/modules/boost_pump.py =================================================================== diff -u -r37d3d9bd8c3ccfdb1597aacebaa06ffef7633359 -r0a39a4f95daed3d453592de05d1a957a704ba01b --- leahi_dialin/ro/modules/boost_pump.py (.../boost_pump.py) (revision 37d3d9bd8c3ccfdb1597aacebaa06ffef7633359) +++ leahi_dialin/ro/modules/boost_pump.py (.../boost_pump.py) (revision 0a39a4f95daed3d453592de05d1a957a704ba01b) @@ -105,7 +105,7 @@ """ rst = integer_to_bytearray(reset) rpm = integer_to_bytearray(rpm) - pmp = integer_to_bytearray(pmp) + pmp = integer_to_bytearray(pump) payload = rst + rpm + pmp message = DenaliMessage.build_message(channel_id=DenaliChannels.dialin_to_ro_ch_id,