Index: leahi_dialin/fp/filtration_purification.py =================================================================== diff -u -r446eae035eba876243dac1ba9b79dfc9075089b9 -rdd2124b8278268117cb37bc49d5fc32cd461c416 --- leahi_dialin/fp/filtration_purification.py (.../filtration_purification.py) (revision 446eae035eba876243dac1ba9b79dfc9075089b9) +++ leahi_dialin/fp/filtration_purification.py (.../filtration_purification.py) (revision dd2124b8278268117cb37bc49d5fc32cd461c416) @@ -261,7 +261,6 @@ @return: 1 if successful, zero otherwise """ - # ToDo: Update the msg id when FW part of LDT-3779 is implemented message = DenaliMessage.build_message(channel_id=DenaliChannels.dialin_to_fp_ch_id, message_id=MsgIds.MSG_ID_FP_DEF_STATUS_REQUEST.value) @@ -286,7 +285,7 @@ @return: 1 if successful, zero otherwise """ - + # ToDo: Update the msg id when FW part of LDT-3779 is implemented message = DenaliMessage.build_message(channel_id=DenaliChannels.dialin_to_fp_ch_id, message_id=MsgIds.MSG_ID_FP_DEF_STATUS_REQUEST.value)