Index: leahi_dialin/td/proxies/ui_proxy.py =================================================================== diff -u -red37b7bb23aba19839c0c52610c669360914f5c1 -r72c423da1d07c40699f40b5da5bee6d992d3082c --- leahi_dialin/td/proxies/ui_proxy.py (.../ui_proxy.py) (revision ed37b7bb23aba19839c0c52610c669360914f5c1) +++ leahi_dialin/td/proxies/ui_proxy.py (.../ui_proxy.py) (revision 72c423da1d07c40699f40b5da5bee6d992d3082c) @@ -237,7 +237,7 @@ payload = bld + dia + dur + sal + acc + bic + dzr + bpi + rbf + apw + vpw + vpa + tmp + dtp message = DenaliMessage.build_message(channel_id=DenaliChannels.ui_to_td_ch_id, - message_id=MsgIds.MSG_ID_UI_NEW_TREATMENT_PARAMS_REQUEST.value, + message_id=MsgIds.MSG_ID_UI_TREATMENT_PARAMS_TO_VALIDATE.value, payload=payload) self.logger.debug("Sending treatment parameters to TD.")