This commit is contained in:
narawat lamaiin
2024-04-23 23:34:12 +07:00
parent c2e3d1bae5
commit 3b4565cb39

View File

@@ -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,