diff --git a/src/utils.jl b/src/utils.jl index aecd372..e1f6700 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -64,6 +64,7 @@ function sendReceivePrompt(a::T1, prompt::String, sendtopic::String; msgMeta[:receiverName] = "text2textchat" msgMeta[:replyTopic] = a.config[:receiveinternal][:mqtttopic] msgMeta[:msgId] = string(uuid4()) + msgMeta[:mqttServerInfo][:broker] = "mqtt.yiem.cc" outgoing_msg = Dict( :msgMeta=> msgMeta,